UNPKG

sls-test-tools

Version:

Custom Jest Assertions for Serverless Projects

6 lines (5 loc) 177 B
export declare const loadArg: ({ cliArg, processEnvName, defaultValue, }: { cliArg: string; processEnvName: string; defaultValue?: string | undefined; }) => string;