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

1.1.2 • Public • Published

Installation

npm install --save @types/is-callable

Summary

This package contains type definitions for is-callable (https://github.com/ljharb/is-callable).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-callable.

index.d.ts

declare function isCallable(val: any): val is (...args: any[]) => any;

export = isCallable;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Daniel.

/@types/is-callable/

    Package Sidebar

    Install

    npm i @types/is-callable

    Weekly Downloads

    20,571

    Version

    1.1.2

    License

    MIT

    Unpacked Size

    2.72 kB

    Total Files

    5

    Last publish

    Collaborators

    • types