MCPcopy
hub / github.com/zegl/kube-score / Window

Interface Window

web/src/Run.tsx:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15// Types for the WebAssembly module
16declare global {
17 interface Window {
18 handleScore: (input: string, type: Format) => string;
19 }
20}
21
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected