MCPcopy Create free account
hub / github.com/alexbudure/queuedash / constructor

Method constructor

packages/ui/src/utils/jsonEditor.ts:18–21  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

16
17class JSONishSyntaxError extends Error {
18 constructor(message: string) {
19 super(message);
20 this.name = "JSONishSyntaxError";
21 }
22}
23
24const isPlainObject = (value: unknown): value is Record<string, unknown> => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected