uni-ticket-system/node_modules/@dcloudio/uni-cli-shared/dist/hbx/log.d.ts

8 lines
410 B
TypeScript
Raw Normal View History

2023-12-05 02:11:10 +00:00
import type { LogErrorOptions } from 'vite';
import { Formatter } from '../logs/format';
export declare function formatAtFilename(filename: string, line?: number, column?: number): string;
export declare const h5ServeFormatter: Formatter;
export declare const removeInfoFormatter: Formatter;
export declare const removeWarnFormatter: Formatter;
export declare const errorFormatter: Formatter<LogErrorOptions>;