1.0.3 • Published 6 months ago

@types/is-function v1.0.3

Weekly downloads
1,842,484
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/is-function

Summary

This package contains type definitions for is-function (https://github.com/grncdr/js-is-function).

Details

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

index.d.ts

// Type definitions for is-function 1.0
// Project: https://github.com/grncdr/js-is-function
// Definitions by: Evangelos Zotos <https://github.com/evangeloszotos>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export = isFunction;
declare function isFunction(fn?: any): boolean;

Additional Details

  • Last updated: Mon, 06 Sep 2021 21:31:20 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Evangelos Zotos.