1.0.2 • Published 5 years ago

check-guid v1.0.2

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

Node.js CI

npm-publish

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.