File size: 214 Bytes
2a1c46d
 
 
 
 
 
1
2
3
4
5
6
7
const { createId, init, getConstants, isCuid } = require("./src/index");

module.exports.createId = createId;
module.exports.init = init;
module.exports.getConstants = getConstants;
module.exports.isCuid = isCuid;