mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fixed bluebird (dynamic version) mistake in test name
added 'preliminary typings' note to definitions
This commit is contained in:
Vendored
+10
@@ -3,6 +3,13 @@
|
||||
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
// note: these are preliminary typings using `any`: the generic versions are under construction, see:
|
||||
|
||||
// https://github.com/borisyankov/DefinitelyTyped/issues/1563
|
||||
|
||||
// https://github.com/borisyankov/DefinitelyTyped/tree/def/bluebird
|
||||
|
||||
|
||||
declare module Bluebird {
|
||||
|
||||
interface ArrayLike {
|
||||
@@ -496,3 +503,6 @@ declare module Bluebird {
|
||||
filter(values:any[], filterer:(item:any, index?:number, arrayLength?:number) => any):Promise;
|
||||
}
|
||||
}
|
||||
declare module 'bluebird' {
|
||||
export = Bluebird;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user