UNPKG

type-fns

Version:

A set of types, type checks, and type guards for simpler, safer, and easier to read code.

2 lines (1 loc) 69 B
export declare const isAFunction: (obj: unknown) => obj is Function;