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 339 B
export = UsersRenderer; declare class UsersRenderer { constructor({ assertPresent, chalk, logger, Table }: { assertPresent: any; chalk: any; logger: any; Table: any; }); chalk: any; logger: any; Table: any; render(users: any, config: any): void; } //# sourceMappingURL=users.d.ts.map