mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-11 16:41:36 -04:00
Add the URL Defanger Tool
This commit is contained in:
parent
08d977b8cd
commit
492084940e
5 changed files with 78 additions and 0 deletions
1
components.d.ts
vendored
1
components.d.ts
vendored
|
@ -182,6 +182,7 @@ declare module '@vue/runtime-core' {
|
|||
UlidGenerator: typeof import('./src/tools/ulid-generator/ulid-generator.vue')['default']
|
||||
UrlEncoder: typeof import('./src/tools/url-encoder/url-encoder.vue')['default']
|
||||
UrlParser: typeof import('./src/tools/url-parser/url-parser.vue')['default']
|
||||
UrlDefang: typeof import('./src/tools/url-defang/url-defang.vue')['default']
|
||||
UserAgentParser: typeof import('./src/tools/user-agent-parser/user-agent-parser.vue')['default']
|
||||
UserAgentResultCards: typeof import('./src/tools/user-agent-parser/user-agent-result-cards.vue')['default']
|
||||
UuidGenerator: typeof import('./src/tools/uuid-generator/uuid-generator.vue')['default']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue