4 lines
270 B
Plaintext
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;
|