UNPKG
safe-shortid
Version:
latest (1.0.0)
1.0.0
A library for generating safe short IDs with inappropriate word filtering
safe-shortid
/
dist
/
index.d.ts
6 lines
(3 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
5
6
import
shortid
from
'shortid'
;
declare
const
generate
:
(
...
args
:
Parameters
<
typeof
shortid.generate>
) =>
string
;
export
{ generate };