Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theweipeng committed Jan 19, 2024
1 parent 79bd802 commit a3c73de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/packages/hps/addon.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
declare module "*/hps.node" {

interface Hps {
isLatin1: (str: string) => boolean
stringCopy: (str: string, dist: Uint8Array, offset: number) => void
isLatin1: (str: string) => boolean;
stringCopy: (str: string, dist: Uint8Array, offset: number) => void;
}
const hps: Hps;
export default hps;
Expand Down

0 comments on commit a3c73de

Please sign in to comment.