UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

6 lines (5 loc) 336 B
/*! Copyright [Amazon.com](http://amazon.com/), Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0 */ import { Graph } from "../core"; /** @internal */ export declare function findReferencesOfSubGraph(subgraph: Graph.Node, depth?: number, predicate?: Graph.INodePredicate, strict?: boolean): Graph.Node[];