UNPKG

@dynatrace/runtime-simulator

Version:

The Dynatrace JavaScript runtime simulator.

5 lines (4 loc) 196 B
import type { Task } from './task'; import type { RpcResponse } from './rpc'; /** Executes the code in a new VM context. */ export declare function run(task: Task): Promise<RpcResponse<unknown>>;