搜索文档
Home > @lynx-js/rspeedy > ConsoleType
The type of the console method.
Signature:
export type ConsoleType = 'log' | 'warn' | 'error' | 'info' | 'debug' | 'profile' | 'profileEnd' | (string & Record<never, never>);