@types/d3-dsv
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -104,3 +104,3 @@ // Type definitions for D3JS d3-dsv module 3.0 | ||
csvString: string, | ||
row: (rawRow: DSVRowString<Columns>, index: number, columns: Columns[]) => ParsedRow | undefined | null | ||
row: (rawRow: DSVRowString<Columns>, index: number, columns: Columns[]) => ParsedRow | undefined | null, | ||
): DSVParsedArray<ParsedRow>; | ||
@@ -140,3 +140,3 @@ | ||
csvString: string, | ||
row: (rawRow: string[], index: number) => ParsedRow | undefined | null | ||
row: (rawRow: string[], index: number) => ParsedRow | undefined | null, | ||
): ParsedRow[]; | ||
@@ -247,3 +247,3 @@ | ||
tsvString: string, | ||
row: (rawRow: DSVRowString<Columns>, index: number, columns: Columns[]) => ParsedRow | undefined | null | ||
row: (rawRow: DSVRowString<Columns>, index: number, columns: Columns[]) => ParsedRow | undefined | null, | ||
): DSVParsedArray<ParsedRow>; | ||
@@ -283,3 +283,3 @@ | ||
tsvString: string, | ||
row: (rawRow: string[], index: number) => ParsedRow | undefined | null | ||
row: (rawRow: string[], index: number) => ParsedRow | undefined | null, | ||
): ParsedRow[]; | ||
@@ -394,3 +394,3 @@ | ||
dsvString: string, | ||
row: (rawRow: DSVRowString<Columns>, index: number, columns: Columns[]) => ParsedRow | undefined | null | ||
row: (rawRow: DSVRowString<Columns>, index: number, columns: Columns[]) => ParsedRow | undefined | null, | ||
): DSVParsedArray<ParsedRow>; | ||
@@ -424,3 +424,3 @@ | ||
dsvString: string, | ||
row: (rawRow: string[], index: number) => ParsedRow | undefined | null | ||
row: (rawRow: string[], index: number) => ParsedRow | undefined | null, | ||
): ParsedRow[]; | ||
@@ -498,4 +498,4 @@ | ||
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics | ||
object: DSVRowString<Columns> | readonly string[] | ||
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics | ||
object: DSVRowString<Columns> | readonly string[], | ||
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics | ||
): ParsedRow; |
{ | ||
"name": "@types/d3-dsv", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "TypeScript definitions for D3JS d3-dsv module", | ||
@@ -43,4 +43,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-dsv", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0d2b62e9f01e3185f3415d635ddc9c69eb902847e2dff7a61a544017828a1560", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "38ba58e06903072e025246e737396fbd0665359f026f4cccd7c703a5ee55c85b", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 22 Aug 2023 18:04:17 GMT | ||
* Last updated: Fri, 22 Sep 2023 20:29:40 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29456