UNPKG

@smithy/util-endpoints

Version:
4 lines (3 loc) 233 B
import { EndpointObjectProperty } from "@smithy/types"; import { EvaluateOptions } from "../types"; export declare const getEndpointProperty: (property: EndpointObjectProperty, options: EvaluateOptions) => EndpointObjectProperty;