@typed/is-promise
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@typed/is-promise

Check if a value is PromiseLike

Let me have it!

npm install --save @typed/is-promise

API

import { isPromise } from '@typed/is-promise';

isPromise(1) // false
isPromise(Promise.resolve(1)) // true

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    41
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    41

Package Sidebar

Install

npm i @typed/is-promise

Weekly Downloads

41

Version

1.0.0

License

MIT

Last publish

Collaborators

  • typed