1.2.1 • Published 2 years ago

@dt-esa/platform-constants v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Dynatrace Platform Constants

This package exports a number of predefined Regex, constants, and Enums for the Dynatrace platform and API.

Usage:

import { dynatraceSaaSUrlRegex } from "@dt-esa/platform-constants";

const mySaaSUrl = "foo.bar.baz";

const isSaaSUrl = dynatraceSaaSUrlRegex.test(mySaaSUrl);
// -> false