From 739c4f220cf0f1f825b50ea4cc9b3f6432eba9c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=BE=BE=E5=A4=AB?= Date: Wed, 5 Jul 2017 18:24:46 +0800 Subject: [PATCH] [fix] typescript definition for SSF --- types/index.d.ts | 3 +++ 1 file changed, 3 insertions(+) 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 */