| Current Path : /var/www/fidelitychain/wwwOLD/node_modules/uuid/dist/esm-node/ |
| Current File : /var/www/fidelitychain/wwwOLD/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;