ts-graphviz
Advanced tools
Comparing version 1.8.1-dev.286226f24 to 1.8.1-dev.bfe23b71f
@@ -60,4 +60,4 @@ import { | ||
get size(): number; | ||
get(key: T): Attribute<T> | undefined; | ||
set(key: T, value: Attribute<T>): void; | ||
get<K extends T>(key: K): Attribute<K> | undefined; | ||
set<K extends T>(key: K, value: Attribute<K>): void; | ||
delete(key: T): void; | ||
@@ -64,0 +64,0 @@ apply(attributes: AttributesObject<T> | AttributesEntities<T>): void; |
{ | ||
"name": "ts-graphviz", | ||
"version": "1.8.1-dev.286226f24", | ||
"version": "1.8.1-dev.bfe23b71f", | ||
"author": "kamiazya <yuki@kamiazya.tech>", | ||
@@ -5,0 +5,0 @@ "description": "Graphviz library for TypeScript.", |
Sorry, the diff of this file is too big to display
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
597471