[Back]
import type { RollupLog } from './rollup';

export type GetLogFilter = typeof getLogFilter;

export function getLogFilter(filters: string[]): (log: RollupLog) => boolean;