UNPKG

@jsreport/jsreport-core

Version:
5 lines (3 loc) 152 B
const { customAlphabet } = require('nanoid') const nanoid = customAlphabet('0123456789abcdefghijklmnopqrstuvwxyz', 15) module.exports = () => nanoid()