UNPKG

@dodona/papyros

Version:

Scratchpad for multiple programming languages in the browser.

11 lines (10 loc) 329 B
import { State } from "@dodona/lit-state"; import { Papyros } from "./Papyros"; export declare class Test extends State { papyros: Papyros; testCode: string | undefined; editTestCode(): void; get testLines(): number[] | undefined; get testLineCount(): number | undefined; constructor(papyros: Papyros); }