UNPKG

dt-app

Version:

The Dynatrace App Toolkit is a tool you can use from your command line to create, develop, and deploy apps on your Dynatrace environment.

5 lines (4 loc) 229 B
/** Validates the url passed by the consumer */ export declare function validateUrl(url: string): string | boolean; /** Validates the app name */ export declare function validateAppAndDirName(name: string, cwd: string): boolean;