Add TypeScript definitions
This commit is contained in:
parent
2a89ddb2ca
commit
3e5a9f32a0
2
index.d.ts
vendored
Normal file
2
index.d.ts
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
export function analyzeSync(path: string): Uint8Array;
|
||||||
|
export function analyze(path: string): Promise<Uint8Array>;
|
Loading…
Reference in New Issue
Block a user