UNPKG

@maskedeng-tom/ssrsx

Version:
13 lines 411 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.resetShortId = exports.shortId = void 0; let shortIdSource = 0; const shortId = (prefix) => { return prefix + ('000000' + (shortIdSource++).toString(36)).slice(-6); }; exports.shortId = shortId; const resetShortId = () => { shortIdSource = 0; }; exports.resetShortId = resetShortId; //# sourceMappingURL=shortId.js.map