Skip to content

Commit 9ecc020

Browse files
committed
chore: add crypto js md5 declaration
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent d07e1c2 commit 9ecc020

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/types/crypto-js-md5.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/**
2+
* SPDX-FileCopyrightText: 2026 LibreCode coop and contributors
3+
* SPDX-License-Identifier: AGPL-3.0-or-later
4+
*/
5+
6+
declare module 'crypto-js/md5' {
7+
const md5: (value: string) => { toString(): string }
8+
export default md5
9+
}

0 commit comments

Comments
 (0)