PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
tarn
/
lib
export declare type PromiseInspectionArgs<T> = { value: T; error?: Error; } | { value?: T; error: Error; }; export declare class PromiseInspection<T> { _value: T | void; _error: Error | void; constructor(args: PromiseInspectionArgs<T>); value(): void | T; reason(): void | Error; isRejected(): boolean; isFulfilled(): boolean; }
[-] tarn.js
[edit]
[-] PromiseInspection.js
[edit]
[-] utils.js
[edit]
[-] TimeoutError.d.ts
[edit]
[-] PromiseInspection.d.ts
[edit]
[+]
..
[-] utils.d.ts
[edit]
[-] tarn.d.ts
[edit]
[-] Pool.js
[edit]
[-] PendingOperation.d.ts
[edit]
[-] TimeoutError.js
[edit]
[-] Resource.js
[edit]
[-] PendingOperation.js
[edit]
[-] Resource.d.ts
[edit]
[-] Pool.d.ts
[edit]