index.js 214 B

123456
  1. const { createId, init, getConstants, isCuid } = require("./src/index");
  2. module.exports.createId = createId;
  3. module.exports.init = init;
  4. module.exports.getConstants = getConstants;
  5. module.exports.isCuid = isCuid;