PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
tarn
/
lib
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class PromiseInspection { constructor(args) { this._value = args.value; this._error = args.error; } value() { return this._value; } reason() { return this._error; } isRejected() { return !!this._error; } isFulfilled() { return !!this._value; } } exports.PromiseInspection = PromiseInspection;
[-] 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]