0.5.1 • Published 5 years ago

@dags/uid-uuid v0.5.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.2

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.14

5 years ago

0.2.13

5 years ago

0.2.12

5 years ago

0.2.11

5 years ago

0.2.10

5 years ago

0.2.9

5 years ago

0.2.8-rc.0

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.0

5 years ago