You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
641 B
12 lines
641 B
"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
|