fix(core): update

This commit is contained in:
Philipp Kunz 2019-10-11 15:48:23 +02:00
parent 935109abb6
commit 491477da82

View File

@ -2,7 +2,7 @@ import * as plugins from './smartcsv.plugins';
export interface ICsvConstructorOptions {
headers: boolean;
unquote: boolean;
unquote?: boolean;
}
export class Csv {