UNPKG

forest-cli

Version:

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

7 lines 197 B
declare enum Agents { NodeJS = "agent-nodejs", ExpressSequelize = "express-sequelize", ExpressMongoose = "express-mongoose" } export default Agents; //# sourceMappingURL=agents.d.ts.map