e5172a1e230eec782ecf0216e2e22cb192e2227b67d2aebea3f6d1cad2141f208f03dc3fb8370adc4b1833c30d2decf71f9985fe4122593da8f8540cf88bbe 171 B

12345
  1. import type { RollupLog } from './rollup';
  2. export type GetLogFilter = typeof getLogFilter;
  3. export function getLogFilter(filters: string[]): (log: RollupLog) => boolean;