source:
imaps-frontend/node_modules/uuid/dist/esm/validate.js@
79a0317
Last change on this file since 79a0317 was 79a0317, checked in by , 4 days ago | |
---|---|
|
|
File size: 142 bytes |
Line | |
---|---|
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.