UNPKG

safe-shortid

Version:

A library for generating safe short IDs with inappropriate word filtering

6 lines (3 loc) 136 B
import shortid from 'shortid'; declare const generate: (...args: Parameters<typeof shortid.generate>) => string; export { generate };