Skip to content

Commit 6cf59c6

Browse files
committed
Apply prettier code style
1 parent c675109 commit 6cf59c6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lib/common.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
declare namespace common {
22
function hashPassword(password: string): Promise<string>;
3-
function validatePassword(password: string, serHash: string): Promise<boolean>;
3+
function validatePassword(
4+
password: string,
5+
serHash: string,
6+
): Promise<boolean>;
47
}

0 commit comments

Comments
 (0)