UNPKG

@readable-js/core

Version:

ReadableJS is a toolkit for teachers to craft small demos that can be explored interactively.

4 lines (3 loc) 211 B
import { DefaultSpyParams, Options } from './insert-spies/insert-spies'; export declare const SPY_FC_NAME = "spy"; export declare function runCodeWithSpy(code: string, options?: Options): DefaultSpyParams[];