graphology-types
Advanced tools
Comparing version 0.19.0 to 0.19.1
@@ -325,3 +325,9 @@ /** | ||
off(type: string | number, listener: Listener): this; | ||
removeAllListeners(type?: Event): this; | ||
removeAllListeners< | ||
Event extends keyof GraphEvents< | ||
NodeAttributes, | ||
EdgeAttributes, | ||
GraphAttributes | ||
> | ||
>(type?: Event): this; | ||
removeAllListeners(type?: string | number): this; | ||
@@ -328,0 +334,0 @@ listeners(type: string | number): Listener[]; |
{ | ||
"name": "graphology-types", | ||
"version": "0.19.0", | ||
"version": "0.19.1", | ||
"description": "TypeScript declaration for graphology.", | ||
@@ -5,0 +5,0 @@ "main": "index.d.ts", |
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
32667
969