mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 15:15:02 -04:00
feat: add file hasher
This commit is contained in:
parent
3fef5106d4
commit
dceb80d9aa
7 changed files with 185 additions and 1 deletions
1
components.d.ts
vendored
1
components.d.ts
vendored
|
@ -51,6 +51,7 @@ declare module '@vue/runtime-core' {
|
|||
Encryption: typeof import('./src/tools/encryption/encryption.vue')['default']
|
||||
EtaCalculator: typeof import('./src/tools/eta-calculator/eta-calculator.vue')['default']
|
||||
FavoriteButton: typeof import('./src/components/FavoriteButton.vue')['default']
|
||||
FileHash: typeof import('./src/tools/file-hash/file-hash.vue')['default']
|
||||
FormatTransformer: typeof import('./src/components/FormatTransformer.vue')['default']
|
||||
GitMemo: typeof import('./src/tools/git-memo/git-memo.vue')['default']
|
||||
'GitMemo.content': typeof import('./src/tools/git-memo/git-memo.content.md')['default']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue