UNPKG

@smithy/util-middleware

Version:
8 lines (7 loc) 227 B
import { Provider } from "@smithy/types"; /** * @internal * * @returns a provider function for the input value if it isn't already one. */ export declare const normalizeProvider: <T>(input: T | Provider<T>) => Provider<T>;