0.0.10 • Published 2 years ago

@slobodu/uid v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

slobodu-uid

import { uuid, luid } from '@slobodu/uid'

or

const { uuid, luid } = require('@slobodu/uid')

Generate UUID

> uuid()
< '8d9c5338-d0bf-5573-3567-45b606eefc9a'

Generate "LUID"

parameters

size: default 8

> luid()
< '32898ed0'

> luid(4)
< 'ab8f'

> luid(16)
< '7ebf3f981c78c72e'

0.0.10

2 years ago

0.0.9

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago