mongo works
This commit is contained in:
parent
ae6ccd559f
commit
125107da50
937 changed files with 205033 additions and 2 deletions
12
parts/3/followAlong/node_modules/@mongodb-js/saslprep/dist/browser.js
generated
vendored
Normal file
12
parts/3/followAlong/node_modules/@mongodb-js/saslprep/dist/browser.js
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
"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_browser_1 = __importDefault(require("./code-points-data-browser"));
|
||||
const codePoints = (0, memory_code_points_1.createMemoryCodePoints)(code_points_data_browser_1.default);
|
||||
const saslprep = index_1.default.bind(null, codePoints);
|
||||
Object.assign(saslprep, { saslprep, default: saslprep });
|
||||
module.exports = saslprep;
|
||||
//# sourceMappingURL=browser.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue