UNPKG

vike

Version:

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

3 lines (2 loc) • 145 B
/** Same as Array.prototype.includes() but with type inference */ export declare function includes<T>(values: readonly T[], x: unknown): x is T;