UNPKG

@pagopa/dx-cli

Version:

A CLI useful to manage DX tools.

3 lines (2 loc) 134 B
import * as YAML from "yaml"; export declare const isChildOf: (path: Parameters<YAML.visitorFn<unknown>>[2], key: string) => boolean;