@wry/context
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { Slot } from "./slot"; | ||
@@ -6,4 +5,4 @@ export { Slot }; | ||
export { setTimeoutWithContext as setTimeout }; | ||
declare function setTimeoutWithContext(callback: () => any, delay: number): NodeJS.Timeout; | ||
declare function setTimeoutWithContext(callback: () => any, delay: number): any; | ||
export declare function asyncFromGen<TArgs extends any[]>(genFn: (...args: TArgs) => any): (...args: TArgs) => Promise<any>; | ||
export declare function wrapYieldingFiberMethods<F extends Function>(Fiber: F): F; |
{ | ||
"name": "@wry/context", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"author": "Ben Newman <ben@eloper.dev>", | ||
@@ -31,3 +31,3 @@ "description": "Manage contextual information needed by (a)synchronous tasks without explicitly passing objects around", | ||
}, | ||
"gitHead": "925e08dec81c57f9557e61f9b5153f349c1a5896" | ||
"gitHead": "6dde75e2e92698ba65a7d4f9d9e8d455b23303b4" | ||
} |
Sorry, the diff of this file is not supported yet
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
56038
609