Installation
npm install --save @types/deasync-promise
Summary
This package contains type definitions for deasync-promise (https://github.com/jakwuh/deasync-promise).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deasync-promise.
index.d.ts
declare function deasyncPromise<T>(promise: PromiseLike<T>): T;
export = deasyncPromise;
Additional Details
- Last updated: Mon, 06 Nov 2023 22:41:05 GMT
- Dependencies: none
Credits
These definitions were written by ArthurKa.