persona-community-5/.pnpm-store/v3/files/e0/20ce8f43aa54eab880f0de41851ec34e300f08f2c3a5e9b3d248421f11c9c2534ea9cad577df653af9d8e0cbf3649d8a13dce48bd2e1677b95e70e54745c50
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

4 lines
270 B
Plaintext

import type { UserContext } from '../../../walk';
export declare function filter(node: any, ctx: UserContext, criteria: (item: any) => boolean): void;
export declare function checkIfMatchByStrategy(nodeValue: any, decoratorValue: any, strategy: 'all' | 'any'): boolean;