UNPKG

mortice

Version:

Isomorphic read/write lock that works in single processes, node clusters and web workers

4 lines 125 B
export const nanoid = (size = 21) => { return Math.random().toString().substring(2); }; //# sourceMappingURL=utils.js.map