Skip to content

Commit 1b78901

Browse files
committed
chore: update src/types/blueimp-md5.d.ts
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 92074a6 commit 1b78901

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/types/blueimp-md5.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
declare module 'blueimp-md5' {
2+
const md5: (value: string) => string
3+
export default md5
4+
}

0 commit comments

Comments
 (0)