UNPKG

forest-cli

Version:

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

13 lines 426 B
export = InvalidForestCLIProjectStructureError; declare class InvalidForestCLIProjectStructureError extends ForestCLIError { /** * @param {{ * reason?: string; * possibleSolution?: string * }} [options] */ constructor(path: any, reason: any); name: string; } import ForestCLIError = require("../forest-cli-error"); //# sourceMappingURL=invalid-forest-cli-project-structure-error.d.ts.map