UNPKG

react-native-fast-io

Version:

Modern IO for React Native, built on top of Nitro and Web standards

15 lines (14 loc) 394 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "TextDecoder", { enumerable: true, get: function () { return _textDecoder.TextDecoder; } }); exports.TextEncoder = void 0; var _textDecoder = require("@bacons/text-decoder"); const TextEncoder = exports.TextEncoder = globalThis.TextEncoder; //# sourceMappingURL=text.js.map