1.0.2 • Published 6 months ago

@types/deasync-promise v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for deasync-promise 1.0
// Project: https://github.com/jakwuh/deasync-promise
// Definitions by: ArthurKa <https://github.com/ArthurKa>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function deasyncPromise<T>(promise: PromiseLike<T>): T;
export = deasyncPromise;

Additional Details

  • Last updated: Mon, 08 Nov 2021 18:32:09 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by ArthurKa.