Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monogatari/Monogatari
/ Window
Interface
Window
src/monogatari.ts:113–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
// Extend Window interface for Cypress
112
declare global {
113
interface
Window {
114
Cypress?: unknown;
115
}
116
}
117
118
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected