UNPKG
snowyflake
Version:
latest (2.0.1)
2.0.1
2.0.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.1.0
0.0.1
A modern implementation Snowflake on TypeScript
github.com/negezor/snowyflake
negezor/snowyflake
snowyflake
/
lib
/
index.d.ts
4 lines
(3 loc)
•
110 B
TypeScript
View Raw
1
2
3
4
export
*
from
'./interfaces'
;
export
{
Epoch
}
from
'./constants'
;
export
{
Snowyflake
}
from
'./snowyflake'
;