flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
15
BACK_BACK/node_modules/@mongodb-js/saslprep/dist/node.js
generated
vendored
Executable file
15
BACK_BACK/node_modules/@mongodb-js/saslprep/dist/node.js
generated
vendored
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
"use strict";
|
||||
var __importDefault = (this && this.__importDefault) || function (mod) {
|
||||
return (mod && mod.__esModule) ? mod : { "default": mod };
|
||||
};
|
||||
const index_1 = __importDefault(require("./index"));
|
||||
const memory_code_points_1 = require("./memory-code-points");
|
||||
const code_points_data_1 = __importDefault(require("./code-points-data"));
|
||||
const codePoints = (0, memory_code_points_1.createMemoryCodePoints)(code_points_data_1.default);
|
||||
function saslprep(input, opts) {
|
||||
return (0, index_1.default)(codePoints, input, opts);
|
||||
}
|
||||
saslprep.saslprep = saslprep;
|
||||
saslprep.default = saslprep;
|
||||
module.exports = saslprep;
|
||||
//# sourceMappingURL=node.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue