astro-ghostcms/.pnpm-store/v3/files/45/e5172a1e230eec782ecf0216e2e...

6 lines
171 B
Plaintext

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