diff --git a/types/index.d.ts b/types/index.d.ts index 5280e4c..86764da 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -4,6 +4,9 @@ /** Version string */ export const version: string; +/** Defined SSF */ +export const SSF: any; + /** Attempts to read filename and parse */ export function readFile(filename: string, opts?: ParsingOptions): WorkBook; /** Attempts to parse data */