FLUJOS/BACK_BACK/node_modules/bson/vendor/text-encoding/index.js
2025-11-07 00:06:12 +01:00

9 lines
258 B
JavaScript
Executable file

// This is free and unencumbered software released into the public domain.
// See LICENSE.md for more information.
var encoding = require("./lib/encoding.js");
module.exports = {
TextEncoder: encoding.TextEncoder,
TextDecoder: encoding.TextDecoder,
};