started mongo stuff, but it's a PITA. fuck mongo
This commit is contained in:
parent
4cd36ea3fc
commit
0f1bc5dff3
937 changed files with 205043 additions and 0 deletions
15
parts/3/phonebookBackend/node_modules/@mongodb-js/saslprep/dist/node.js
generated
vendored
Normal file
15
parts/3/phonebookBackend/node_modules/@mongodb-js/saslprep/dist/node.js
generated
vendored
Normal 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