Files
med-notes/.pnpm-store/v10/files/45/e5172a1e230eec782ecf0216e2e22cb192e2227b67d2aebea3f6d1cad2141f208f03dc3fb8370adc4b1833c30d2decf71f9985fe4122593da8f8540cf88bbe
2025-05-09 05:30:08 +02:00

6 lines
171 B
Plaintext

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