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.

7 lines (6 loc) 192 B
/** * Returns a content type based on the extension * * @param pathname a request resource path or a file path */ export declare function getContentType(pathname: string): string | false;