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.

4 lines (3 loc) 177 B
import type { Chalk } from 'chalk'; /** Creates a box around the given message. */ export declare function boxen(message: Record<string, number>, chalkFunction: Chalk): string;