UNPKG

hono

Version:

Web framework built on Web Standards

7 lines (6 loc) 154 B
/** * @module * Functions for encoding/decoding UTF8. */ export declare const utf8Encoder: TextEncoder; export declare const utf8Decoder: TextDecoder;