UNPKG

vike

Version:

(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.

2 lines (1 loc) • 103 B
export declare function isCallable<T extends (...args: any[]) => any>(thing: T | unknown): thing is T;