source: node_modules/yaml/dist/compose/util-map-includes.d.ts

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 269 bytes
Line 
1import type { ParsedNode } from '../nodes/Node.js';
2import type { Pair } from '../nodes/Pair.js';
3import type { ComposeContext } from './compose-node.js';
4export declare function mapIncludes(ctx: ComposeContext, items: Pair<ParsedNode>[], search: ParsedNode): boolean;
Note: See TracBrowser for help on using the repository browser.