UNPKG

async-constructor

Version:

The helper functions for creating classes that require asynchronous constructors.

4 lines (3 loc) 102 B
export declare class AsyncConstructor { constructor(asyncConstructor: () => PromiseLike<void>); }