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.

11 lines (8 loc) 228 B
import { getLibSrcDir } from '../get-lib-src-dir'; import path from 'path'; /** * Returns the path to the lib/utils */ export function getSnippetPath(): string { return path.resolve(getLibSrcDir(), 'utils', 'snippets'); }