MCPcopy
hub / github.com/loggerhead/json4u / Options

Interface Options

e2e/helpers/utils.ts:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import path from "path";
6
7interface Options {
8 goto?: boolean;
9 rightEditor?: boolean;
10 textarea?: boolean;
11 needTutorial?: boolean;
12}
13
14function getEditorId(rightEditor?: boolean) {
15 return `#${rightEditor ? "right" : "left"}-panel`;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected