uuid-version
v1.1.0
Published
This package helps you to recognize the version of a given uuid
Readme
uuid-version
This is a small package that helps you to recognize the version of a given uuid.
Install
npm install uuid-versionUsage
import * as uuid from 'uuid';
import { version } from 'uuid-version';
console.log(version(uuid.v4()) === 4);