UNPKG

@qodalis/cli-core

Version:

Core Angular CLI for @qodalis extensions.

13 lines (12 loc) 402 B
import { ICliCommandProcessor } from '../interfaces'; export declare class ObjectDescriber { static describe(obj: any, options?: { filter?: (o: { funcName: string; func: any; args: string[]; }) => boolean; }): ICliCommandProcessor[]; static supportsDynamicArgs(func: any): boolean; static getFunctionArguments(func: any): string[]; }