mirror of
https://github.com/deployphp/action.git
synced 2024-11-27 14:09:01 +00:00
5 lines
245 B
TypeScript
5 lines
245 B
TypeScript
import { ParsedNode } from '../nodes/Node';
|
|
import { Pair } from '../nodes/Pair';
|
|
import { ComposeContext } from './compose-node';
|
|
export declare function mapIncludes(ctx: ComposeContext, items: Pair<ParsedNode>[], search: ParsedNode): boolean;
|