UNPKG

@hazae41/cursor

Version:

Rust-like Cursor for TypeScript

9 lines (7 loc) 208 B
'use strict'; exports.Utf8 = void 0; (function (Utf8) { Utf8.encoder = new TextEncoder(); Utf8.decoder = new TextDecoder(); })(exports.Utf8 || (exports.Utf8 = {})); //# sourceMappingURL=utf8.cjs.map