UNPKG
@veloze/restbase
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.2.1
0.2.0
0.1.1
0.1.0
Rest-API to database
github.com/commenthol/veloze-restbase
commenthol/veloze-restbase
@veloze/restbase
/
types
/
utils
/
nanoid.d.ts
2 lines
(1 loc)
•
65 B
TypeScript
View Raw
1
2
export
function
nanoid
(
length
?:
number
,
ticks
?:
number
):
string
;