Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nescalante/isuuid

uuid validation
https://github.com/nescalante/isuuid

Last synced: about 1 month ago
JSON representation

uuid validation

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