????
Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/tarn/dist/ |
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/tarn/dist/Resource.d.ts |
import { Deferred } from './utils'; export declare class Resource<T> { resource: T; readonly timestamp: number; protected deferred: Deferred<void>; constructor(resource: T); get promise(): Promise<void>; resolve(): Resource<T>; }