mirror of
https://git.mirrors.martin98.com/https://github.com/cyberman54/curl
synced 2026-04-24 07:28:04 +08:00
Update to Nodev16 and the latest version of @actions/core.
This commit is contained in:
7
node_modules/uuid/dist/esm-browser/validate.js
generated
vendored
Normal file
7
node_modules/uuid/dist/esm-browser/validate.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import REGEX from './regex.js';
|
||||
|
||||
function validate(uuid) {
|
||||
return typeof uuid === 'string' && REGEX.test(uuid);
|
||||
}
|
||||
|
||||
export default validate;
|
||||
Reference in New Issue
Block a user