0.2.0 • Published 11 months ago

@arusakov/snowflakeid v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

SnowflakeId

test codecov

const customEpoch = new Date('2025-01-01').getTime()
const nodeId = 1 // based on ip, process id, etc
const snowflake = new SnowflakeId(customEpoch, nodeId)

const id1 = snowflake.generate()
const id2 = snowflake.generate()
// etc
0.2.0

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago