mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-14 20:36:42 +00:00
chore: migrate code to ESM (#73)
This commit is contained in:
7
node_modules/uuid/dist/esm-node/validate.js
generated
vendored
7
node_modules/uuid/dist/esm-node/validate.js
generated
vendored
@@ -1,7 +0,0 @@
|
||||
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