@types/flat
Advanced tools
Comparing version 5.0.2 to 5.0.3
@@ -22,3 +22,3 @@ // Type definitions for flat 5.0.0 | ||
target: TTarget, | ||
options?: FlattenOptions | ||
options?: FlattenOptions, | ||
): TResult; | ||
@@ -40,5 +40,5 @@ | ||
target: TTarget, | ||
options?: UnflattenOptions | ||
options?: UnflattenOptions, | ||
): TResult; | ||
} | ||
} |
{ | ||
"name": "@types/flat", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "TypeScript definitions for flat", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/flat", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4bcf2ca1ca58312c1e48538bddbb48579c1febf9ec86577cd80fa4415bfb81a6", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "fa684fafeedd07880e5650de99687f44a14f92804e742da09a21279387e9cc63", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -32,3 +32,3 @@ # Installation | ||
target: TTarget, | ||
options?: FlattenOptions | ||
options?: FlattenOptions, | ||
): TResult; | ||
@@ -50,3 +50,3 @@ | ||
target: TTarget, | ||
options?: UnflattenOptions | ||
options?: UnflattenOptions, | ||
): TResult; | ||
@@ -59,3 +59,3 @@ } | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 20:32:59 GMT | ||
* Last updated: Thu, 14 Sep 2023 15:26:41 GMT | ||
* Dependencies: none | ||
@@ -62,0 +62,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
5031