astro-ghostcms/.pnpm-store/v3/files/47/07fed62dc2b80532c7ba8a710fe...

4 lines
362 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { CompiledQuery, InternalOptions } from "../types.js";
export declare type Filter = <Node, ElementNode extends Node>(next: CompiledQuery<ElementNode>, text: string, options: InternalOptions<Node, ElementNode>, context?: Node[]) => CompiledQuery<ElementNode>;
export declare const filters: Record<string, Filter>;
//# sourceMappingURL=filters.d.ts.map