We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79bd802 commit a3c73deCopy full SHA for a3c73de
javascript/packages/hps/addon.d.ts
@@ -20,8 +20,8 @@
20
declare module "*/hps.node" {
21
22
interface Hps {
23
- isLatin1: (str: string) => boolean
24
- stringCopy: (str: string, dist: Uint8Array, offset: number) => void
+ isLatin1: (str: string) => boolean;
+ stringCopy: (str: string, dist: Uint8Array, offset: number) => void;
25
}
26
const hps: Hps;
27
export default hps;
0 commit comments