persona-community-5/.pnpm-store/v3/files/45/e5172a1e230eec782ecf0216e2e22cb192e2227b67d2aebea3f6d1cad2141f208f03dc3fb8370adc4b1833c30d2decf71f9985fe4122593da8f8540cf88bbe
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

6 lines
171 B
Plaintext

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