UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

5 lines (4 loc) 260 B
import type { ParsedNode } from '../nodes/Node'; import type { Pair } from '../nodes/Pair'; import type { ComposeContext } from './compose-node'; export declare function mapIncludes(ctx: ComposeContext, items: Pair<ParsedNode>[], search: ParsedNode): boolean;