fix(core): update
This commit is contained in:
parent
935109abb6
commit
491477da82
@ -2,7 +2,7 @@ import * as plugins from './smartcsv.plugins';
|
|||||||
|
|
||||||
export interface ICsvConstructorOptions {
|
export interface ICsvConstructorOptions {
|
||||||
headers: boolean;
|
headers: boolean;
|
||||||
unquote: boolean;
|
unquote?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class Csv {
|
export class Csv {
|
||||||
|
Loading…
Reference in New Issue
Block a user