promise-breaker
Advanced tools
Comparing version 4.1.6 to 4.1.7
@@ -13,4 +13,4 @@ // Global variable exported in browsers. | ||
break(promiseFn: Function): Function; | ||
addPromise(done: Function, asyncFn: Function): Promise<any> | null; | ||
addCallback(done: Function, promiseFn: Function): Promise<any> | null; | ||
addPromise(done: Function | undefined | null, asyncFn: Function): Promise<any> | null; | ||
addCallback(done: Function | undefined | null, promiseFn: Function): Promise<any> | null; | ||
apply(fn: Function, thisArg?: any, args?: any[] | undefined) : Promise<any>; | ||
@@ -17,0 +17,0 @@ apply(fn: Function, thisArg: any, args: any[] | undefined, done: Function) : void; |
{ | ||
"name": "promise-breaker", | ||
"version": "4.1.6", | ||
"version": "4.1.7", | ||
"description": "Library to help write libraries that accept both promises and callbacks.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
25647