UNPKG

@dynatrace/js-runtime

Version:

This package provides the Dynatrace JavaScript runtime used by the [Dynatrace App Toolkit](https://www.npmjs.com/package/dt-app).

9 lines (8 loc) 201 B
declare module "assert/strict" { import { strict } from "node:assert"; export = strict; } declare module "node:assert/strict" { import { strict } from "node:assert"; export = strict; }