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
TypeScript
export = BranchesRenderer;
declare class BranchesRenderer {
constructor({ assertPresent, chalk, logger, Table }: {
assertPresent: any;
chalk: any;
logger: any;
Table: any;
});
chalk: any;
logger: any;
Table: any;
render(branches: any, format: any): void;
}
//# sourceMappingURL=branches.d.ts.map