7 lines
109 B
TypeScript

declare function textEndec (): {
textEncoder: TextEncoder
textDecoder: TextDecoder
}
export = textEndec