Welcome to mirror list, hosted at ThFree Co, Russian Federation.

regex.js « esm-node « dist « uuid « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3da8673a5cdf3c408c8ae00fad6aed9777d2ae69 (plain)
1
export default /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;