npm.io
1.0.2 • Published 6 years agoCLI

check-guid

Licence
MIT
Version
1.0.2
Deps
0
Size
7 kB
Vulns
0
Weekly
0
Stars
2

Welcome to check-guid

Node.js CI

npm-publish

VersionDocumentationMaintenanceLicense: MITTwitter: saqibnoorani

Check if a given value is Guid or not

Homepage

Install


npm install check-guid

Usage

import {isGuid} from 'check-guid'
or
var isGuid = require('check-guid').isGuid

var value =  'cde88ae8-2300-4f6b-a67a-292efecfe928';

var isValueGuid  =  isGuid( value );

*returns true*

Author

Najmus Saqib

Show your support

Give a ️ if this project helped you!

License

Copyright 2020 Najmus Saqib.

This project is MIT licensed.


Keywords