UNPKG

@readable-js/core

Version:

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

4 lines (3 loc) 273 B
import { EsprimaNode } from '../../../../estree-helper'; import { Options } from '../insert-spies'; export declare function createSpyString(originalCode: string, eNode: EsprimaNode, options: Required<Options>, evaluateVar?: string[], ifConditionTest?: boolean): string;