Skip to content

Latest commit

 

History

History
119 lines (47 loc) · 2.09 KB

README.md

File metadata and controls

119 lines (47 loc) · 2.09 KB

Welcome to check-guid 👋

Node.js CI

npm-publish

Version Documentation Maintenance License: MIT Twitter: saqibnoorani

Check if a given value is Guid or not

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.