UNPKG

randomstring-yt

Version:
9 lines (7 loc) 177 B
const randomstring = require("randomstring-yt"); const rs = randomstring({ specialsCount: 4, canSpecialRepeat: false, specials: '_-!.' }); console.log(rs);