ngraph.events
Advanced tools
Comparing version 1.1.0 to 1.2.1
@@ -13,3 +13,3 @@ // Type definitions for ngraph.events v1.0.0 | ||
export interface EventedType { | ||
on: (eventName: EventKey, callback: EventCallback, ctx?) => this | ||
on: (eventName: EventKey, callback: EventCallback, ctx?: any) => this | ||
off: (eventName?: EventKey, callback?: EventCallback) => this | ||
@@ -16,0 +16,0 @@ fire: (eventName: EventKey, ...args: any[]) => this |
{ | ||
"name": "ngraph.events", | ||
"version": "1.1.0", | ||
"version": "1.2.1", | ||
"description": "Basic events supoort for ngraph.js ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
11970