0.5.1 • Published 4 years ago

@dags/uid-uuid v0.5.1

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

UID that is implemented in TypeScript as UUID.

This library is based on uuid implementation to support global uniqueness.

Usage

import { UUID } from '@dags/core'

const uuid1 = new UUID()
const uuid2 = new UUID()

console.log(uuid1)
console.log(uuid2)
console.log(uuid1.equals(uuid2))
0.5.1

4 years ago

0.5.0

4 years ago

0.4.1

4 years ago

0.4.2

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.14

4 years ago

0.2.13

4 years ago

0.2.12

4 years ago

0.2.11

4 years ago

0.2.10

4 years ago

0.2.9

4 years ago

0.2.8-rc.0

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.0

4 years ago