UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

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;