UNPKG

rollup

Version:

Next-generation ES module bundler

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