UNPKG

@smithy/util-endpoints

Version:
4 lines (3 loc) 223 B
import { EndpointV2 } from "@smithy/types"; import { EvaluateOptions, TreeRuleObject } from "../types"; export declare const evaluateTreeRule: (treeRule: TreeRuleObject, options: EvaluateOptions) => EndpointV2 | undefined;