UNPKG

@dynatrace/runtime-simulator

Version:

The Dynatrace JavaScript runtime simulator.

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