UNPKG

@63pokupki/nodejs-common

Version:
2 lines (1 loc) 78 B
export declare function promisify<T>(someResult: Promise<T> | T): Promise<T>;