mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
linter clean
This commit is contained in:
3
types/csv2json/index.d.ts
vendored
3
types/csv2json/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/julien-f/csv2json
|
||||
// Definitions by: Piotr Roszatycki <https://github.com/dex4er>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.7
|
||||
|
||||
/// <reference types="node" />
|
||||
|
||||
@@ -12,4 +13,4 @@ export interface CSV2JSONOptions {
|
||||
separator?: string;
|
||||
}
|
||||
|
||||
export default function csv2json (options: CSV2JSONOptions): Writable;
|
||||
export default function csv2json(options: CSV2JSONOptions): Writable;
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictFunctionTypes": true,
|
||||
"strictNullChecks": true,
|
||||
"baseUrl": "../",
|
||||
"typeRoots": [
|
||||
|
||||
Reference in New Issue
Block a user