mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
300 B
TypeScript
8 lines
300 B
TypeScript
// 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;
|