MCPcopy Create free account
hub / github.com/MarkEdit-app/MarkEdit-preview / MutableWindow

Interface MutableWindow

tests/quicklook.editor.test.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { getEditorText } from '../src/quicklook/editor';
4
5interface MutableWindow {
6 editor?: { state?: { doc: { toString(): string } } };
7 config?: { text?: string };
8}
9
10const mutableWindow = window as unknown as MutableWindow;
11beforeEach(() => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected