UNPKG

netlify-cli

Version:

Netlify command line tool

11 lines 387 B
export declare const detectAwsSdkError: ({ error }: { error: any; }) => void; export declare const formatLambdaError: (err: any) => string; /** * @param {string | undefined} contentType * @returns {boolean} */ export declare const shouldBase64Encode: (contentType: any) => boolean; export declare const styleFunctionName: (name: any) => string; //# sourceMappingURL=utils.d.ts.map