6 lines
171 B
Plaintext
6 lines
171 B
Plaintext
import type { RollupLog } from './rollup';
|
|
|
|
export type GetLogFilter = typeof getLogFilter;
|
|
|
|
export function getLogFilter(filters: string[]): (log: RollupLog) => boolean;
|