UNPKG

forest-cli

Version:

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

4 lines 256 B
export declare function validatePort(port: string): string | true; export declare function validateAppHostname(hostname: string): string | true; export declare function validateDbName(dbName: string): string | true; //# sourceMappingURL=validators.d.ts.map