Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nescalante/isuuid
uuid validation
https://github.com/nescalante/isuuid
Last synced: about 1 month ago
JSON representation
uuid validation
- Host: GitHub
- URL: https://github.com/nescalante/isuuid
- Owner: nescalante
- License: mit
- Created: 2015-04-09T17:32:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T20:11:09.000Z (almost 8 years ago)
- Last Synced: 2024-12-01T08:40:05.955Z (about 1 month ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License
Awesome Lists containing this project
README
# isuuid
> Uuid validation
## Install
Using `npm`
```
npm install isuuid
```## Usage
```js
var isuuid = require('isuuid');
var result = isuuid('a4e1b0cf-2a08-4297-83f3-4db896d7e0fb'); // true
```## License
MIT