UNPKG

aws-ddk-core

Version:

The AWS DataOps Development Kit is an open source development framework for customers that build data workflows and modern data architecture on AWS.

5 lines (4 loc) 269 B
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;