1.1.5 • Published 4 years ago

sa-unique-id v1.1.5

Weekly downloads
12
License
MIT
Repository
github
Last release
4 years ago

sa-unique-id

A simple unique id generator that produce a unique id that is 23 chars/bytes long This version is for the browser. For node see: sa-unique-id-node

code base

TypeScript

main method

id()

example using vanilla js (browser)

const SaUniqueId = Sa.SaUniqueId;
console.log('SaUniqueId.id() sample output:');
console.log('id', SaUniqueId.id());

example using TypeScript

import { SaUniqueId } from 'SaUniqueId'
console.log('SaUniqueId.id() sample output:')
console.log('id', SaUniqueId.id())
1.1.5

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

0.9.1

4 years ago

0.8.0

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago