UNPKG

@placeholdersoft/typed-env-cli

Version:

typed-env-cli can help us better handle environment variables

7 lines (6 loc) 359 B
import { TGenerateCallUsageReport, TGenerateCallUsageReportBase, TParseParameters } from './types'; /** * @description Get the call report of the function */ export declare function generateCallUsageReport<T>(arg: TGenerateCallUsageReportBase): TParseParameters[][]; export declare function generateCallUsageReport<T>(args: TGenerateCallUsageReport<T>): T;