Skip to content
1 min read · 82 words

@nhtio/adk/batteries/tools/encoding

Pre-constructed tools for common text encodings and decoding operations.

Remarks

Pre-constructed bundled tools for the encoding category. Import individually, the whole category, or import every tool via @nhtio/adk/batteries.

Variables

VariableDescription
encodeTextToolEncode or decode text using common schemes: base64, url (percent-encoding), html_entities.
textEscapeToolEscape or unescape special characters for a target context.
unicodeNormalizeToolNormalize Unicode text or extract code points.