UNPKG

forest-cli

Version:

The Lumberjacks' toolbelt is the Forest CLI which makes easy to manage your back office application directly from the terminal.

14 lines 351 B
export = ProjectsRenderer; declare class ProjectsRenderer { constructor({ assertPresent, chalk, logger, Table }: { assertPresent: any; chalk: any; logger: any; Table: any; }); chalk: any; logger: any; Table: any; render(projects: any, config: any): void; } //# sourceMappingURL=projects.d.ts.map