MCPcopy Index your code
hub / github.com/p2r3/convert / Window

Interface Window

test/commonFormats.test.ts:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6declare global {
7 interface Window {
8 queryFormatNode: (testFunction: (value: ConvertPathNode) => boolean) => ConvertPathNode | undefined;
9 tryConvertByTraversing: (files: FileData[], from: ConvertPathNode, to: ConvertPathNode) => Promise<{
10 files: FileData[];
11 path: ConvertPathNode[];
12 } | null>;
13 }
14}
15
16// Set up a basic webserver to host the distribution build

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…