UNPKG
@cstan/local-uid
Version:
latest (1.0.0)
1.0.0
A CommonJS module that generates and tests for a unique identifier.
@cstan/local-uid
/
dist
/
index.d.ts
3 lines
(2 loc)
•
117 B
TypeScript
View Raw
1
2
3
export
declare
function
createLuid
(
seed
?:
string
):
string
;
export
declare
function
isValidLuid
(
id
:
string
):
boolean
;