check-guid

Check if a given value is Guid or not


Keywords
isGuid, check Guid, Guid, nodejs, typescript, javascript
License
MIT
Install
npm install check-guid@1.0.2

Documentation

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

🏠 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.