UNPKG

vike

Version:

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

7 lines (6 loc) • 263 B
export { colorVike }; export { colorError }; export { colorWarning }; declare function colorVike<Str extends string>(str: Str): Str; declare function colorError<Str extends string>(str: Str): Str; declare function colorWarning<Str extends string>(str: Str): Str;