0.0.10 • Published 3 years ago

@slobodu/uid v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

0.0.9

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago