Comparing version 3.2.0 to 3.2.1
@@ -220,3 +220,2 @@ import { Awaitable, Promisify, Dict } from 'cosmokit'; | ||
'internal/event'(type: 'emit' | 'parallel' | 'serial' | 'bail', name: string, args: any[], thisArg: any): void; | ||
[K: `event/${string}`]: (ctx: C, listener: Function, prepend: boolean) => undefined | (() => boolean); | ||
} | ||
@@ -223,0 +222,0 @@ export namespace Context { |
{ | ||
"name": "cordis", | ||
"description": "AOP Framework for Modern JavaScript Applications", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"sideEffects": false, | ||
@@ -6,0 +6,0 @@ "main": "lib/index.cjs", |
@@ -192,3 +192,2 @@ import { Awaitable, defineProperty, Promisify, remove } from 'cosmokit' | ||
'internal/event'(type: 'emit' | 'parallel' | 'serial' | 'bail', name: string, args: any[], thisArg: any): void | ||
[K: `event/${string}`]: (ctx: C, listener: Function, prepend: boolean) => undefined | (() => boolean) | ||
} |
176925
2937