source:
imaps-frontend/node_modules/uuid/dist/esm-browser/validate.js
Last change on this file was 79a0317, checked in by , 4 days ago | |
---|---|
|
|
File size: 142 bytes |
Rev | Line | |
---|---|---|
[79a0317] | 1 | import REGEX from './regex.js'; |
2 | function validate(uuid) { | |
3 | return typeof uuid === 'string' && REGEX.test(uuid); | |
4 | } | |
5 | export default validate; |
Note:
See TracBrowser
for help on using the repository browser.