UNPKG

@code-pushup/cli

Version:

A CLI to run all kinds of code quality measurements to align your team with company goals

4 lines (3 loc) 243 B
export declare function filterKebabCaseKeys<T extends Record<string, unknown>>(obj: T): T; export declare function logErrorBeforeThrow<T extends (...args: any[]) => any>(fn: T): T; export declare function coerceArray(param: string): string[];