astro-ghostcms/.pnpm-store/v3/files/39/34b5e68f8412921ed25ddf4c08c...

5 lines
269 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
import type { ParsedNode } from '../nodes/Node.js';
import type { Pair } from '../nodes/Pair.js';
import type { ComposeContext } from './compose-node.js';
export declare function mapIncludes(ctx: ComposeContext, items: Pair<ParsedNode>[], search: ParsedNode): boolean;