@types/archy
Advanced tools
Comparing version 0.0.35 to 0.0.36
@@ -7,3 +7,3 @@ declare function archy(obj: archy.Data, prefix?: string, opts?: archy.Options): string; | ||
label: string; | ||
nodes?: (Data | string)[] | undefined; | ||
nodes?: Array<Data | string> | undefined; | ||
} | ||
@@ -10,0 +10,0 @@ interface Options { |
{ | ||
"name": "@types/archy", | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"description": "TypeScript definitions for archy", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/archy", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7cf4168b4188e7fec7d83a66f1a334a4f3371f2f073528d35f603cbde699e8e2", | ||
"typesPublisherContentHash": "f17fcb5d5d1d47294ccf040759bf0a40ee93145b981fc42af47bd857f016fa92", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -17,3 +17,3 @@ # Installation | ||
label: string; | ||
nodes?: (Data | string)[] | undefined; | ||
nodes?: Array<Data | string> | undefined; | ||
} | ||
@@ -30,3 +30,3 @@ interface Options { | ||
### Additional Details | ||
* Last updated: Mon, 06 Nov 2023 22:41:04 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:23 GMT | ||
* Dependencies: none | ||
@@ -33,0 +33,0 @@ |
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
3264