@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
| Variable | Description |
|---|---|
| encodeTextTool | Encode or decode text using common schemes: base64, url (percent-encoding), html_entities. |
| textEscapeTool | Escape or unescape special characters for a target context. |
| unicodeNormalizeTool | Normalize Unicode text or extract code points. |