Comparing version 1.1.0 to 1.1.1
@@ -34,2 +34,3 @@ import "minimal-polyfills/dist/lib/Array.prototype.find"; | ||
static readonly from: typeof from; | ||
/** https://docs.evt.land/api/evt/use-effect */ | ||
static readonly useEffect: typeof useEffect; | ||
@@ -36,0 +37,0 @@ /** https://docs.evt.land/api/evt/getevtattachdetach */ |
@@ -692,2 +692,3 @@ "use strict"; | ||
Evt.from = from_1.from; | ||
/** https://docs.evt.land/api/evt/use-effect */ | ||
Evt.useEffect = useEffect_1.useEffect; | ||
@@ -694,0 +695,0 @@ return Evt; |
import { Handler } from "../types/Handler"; | ||
export declare function parseOverloadParamsFactory<T>(): (inputs: readonly any[], methodName: "pipe" | "waitFor" | "attach*") => Handler.PropsFromArgs<T, any, import("../Ctx").CtxLike<any> | undefined>; | ||
export declare function parseOverloadParamsFactory<T>(): (inputs: readonly any[], methodName: "waitFor" | "attach*" | "pipe") => Handler.PropsFromArgs<T, any, import("../Ctx").CtxLike<any> | undefined>; |
{ | ||
"name": "evt", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Type safe replacement for node's EventEmitter", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -55,2 +55,3 @@ import "minimal-polyfills/dist/lib/Array.prototype.find"; | ||
/** https://docs.evt.land/api/evt/use-effect */ | ||
public static readonly useEffect = useEffect; | ||
@@ -57,0 +58,0 @@ |
Sorry, the diff of this file is not supported yet
1853563
38475