Skip to content

Commit a3c73de

Browse files
committed
chore: lint fix
1 parent 79bd802 commit a3c73de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/packages/hps/addon.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
declare module "*/hps.node" {
2121

2222
interface Hps {
23-
isLatin1: (str: string) => boolean
24-
stringCopy: (str: string, dist: Uint8Array, offset: number) => void
23+
isLatin1: (str: string) => boolean;
24+
stringCopy: (str: string, dist: Uint8Array, offset: number) => void;
2525
}
2626
const hps: Hps;
2727
export default hps;

0 commit comments

Comments
 (0)