UNPKG

@aws-amplify/cli-internal

Version:
5 lines 433 B
import { $TSContext, $TSObject } from '@aws-amplify/amplify-cli-core'; export declare const normalizeInputParams: (context: $TSContext) => $TSObject; export declare const normalizeProviderName: (name: string, providerPluginList?: string[]) => string | undefined; export declare const normalizeFrontendHandlerName: (name: string, frontendPluginList?: string[]) => string | undefined; //# sourceMappingURL=input-params-manager.d.ts.map