forked from public/fvtt-cthulhu-eternal
7 lines
109 B
TypeScript
7 lines
109 B
TypeScript
|
declare function textEndec (): {
|
||
|
textEncoder: TextEncoder
|
||
|
textDecoder: TextDecoder
|
||
|
}
|
||
|
|
||
|
export = textEndec
|