@dt-esa/platform-constants
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

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

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i @dt-esa/platform-constants

    Weekly Downloads

    4

    Version

    1.2.1

    License

    MIT

    Unpacked Size

    7.19 kB

    Total Files

    4

    Last publish

    Collaborators

    • knackstedt
    • chrischowdt
    • bart-oostlander
    • andrew.knackstedt