1.0.1 • Published 3 years ago

@ts4/uuid v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

@ts4/uuid

@ts4/uuid uuid generator and checker

Installation

npm install @ts4/uuid

Usage

import uuid, { isUuid } from '@ts4/uuid';
// or
import { uuid, isUuid } from '@ts4/uuid';

console.log(isUuid('163ab8bc-f953-11eb-9a03-0242ac130003'));  // true - v1
console.log(isUuid('4102d250-3b54-439c-aa58-f24dc8ff5b9b'));  // true - v4
console.log(uuid());
1.0.1

3 years ago

0.0.1

4 years ago