UNPKG

@d3vtool/secid

Version:

Generate a fast, secure, and compact unique identifier (ID) for use in modern applications, providing small, URL friendly, and collision resistant values.

6 lines (5 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SecId = void 0; const secid_1 = require("./secid"); Object.defineProperty(exports, "SecId", { enumerable: true, get: function () { return secid_1.SecId; } });