From 491477da8272ec38d5059543996e43a642d672d2 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 11 Oct 2019 15:48:23 +0200 Subject: [PATCH] fix(core): update --- ts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/index.ts b/ts/index.ts index 0ea0765..77a4904 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -2,7 +2,7 @@ import * as plugins from './smartcsv.plugins'; export interface ICsvConstructorOptions { headers: boolean; - unquote: boolean; + unquote?: boolean; } export class Csv {