UNPKG
@subhog/proquint
Version:
latest (0.0.1)
0.0.1
github.com/subhog/proquint
subhog/proquint
@subhog/proquint
/
dist
/
index.d.ts
4 lines
(3 loc)
•
150 B
TypeScript
View Raw
1
2
3
4
export
declare
const
makeId
:
() =>
string
;
export
declare
const
checkId
:
(
id
:
string
) =>
number
;
export
declare
const
toRand
:
(
id
:
string
) =>
number
;