| Current Path : /proc/thread-self/root/var/www/recommendations/www/node_modules/uuid/dist/esm-node/ |
| Current File : //proc/thread-self/root/var/www/recommendations/www/node_modules/uuid/dist/esm-node/validate.js |
import REGEX from './regex.js';
function validate(uuid) {
return typeof uuid === 'string' && REGEX.test(uuid);
}
export default validate;