We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808f56e commit 6f64dc4Copy full SHA for 6f64dc4
src/tools/uuid-converter/uuid-converter.service.ts
@@ -1,4 +1,4 @@
1
-import { parse as uuidParse, validate as uuidValidate, version as uuidVersion } from 'uuid';
+import { validate as uuidValidate, version as uuidVersion } from 'uuid';
2
3
export { normalizeUUID, UUID2HEX, getVersion };
4
0 commit comments