saurus-excel 0.1.2 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,9 +3,12 @@
3
3
  export const memory: WebAssembly.Memory;
4
4
  export const getSheetNames: (a: number, b: number, c: number) => void;
5
5
  export const init: () => void;
6
+ export const parseCsv: (a: number, b: number, c: number, d: number) => void;
6
7
  export const parseExcel: (a: number, b: number, c: number, d: number) => void;
8
+ export const parseExcelWithProgress: (a: number, b: number, c: number, d: number, e: number) => void;
7
9
  export const __wbindgen_export: (a: number, b: number) => number;
8
10
  export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
9
- export const __wbindgen_export3: (a: number, b: number, c: number) => void;
11
+ export const __wbindgen_export3: (a: number) => void;
12
+ export const __wbindgen_export4: (a: number, b: number, c: number) => void;
10
13
  export const __wbindgen_add_to_stack_pointer: (a: number) => number;
11
14
  export const __wbindgen_start: () => void;