PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
tarn
/
lib
import { Deferred } from './utils'; export declare class Resource<T> { resource: T; readonly timestamp: number; protected deferred: Deferred<void>; constructor(resource: T); readonly promise: Promise<void>; resolve(): Resource<T>; }
[-] 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]