UNPKG

@vitruvius-labs/ts-predicate

Version:
4 lines (3 loc) 189 B
import type { Callable } from "../helper/definition/type/callable.mjs"; declare function isCallable<Type extends Callable = Callable>(value: unknown): value is Type; export { isCallable };