MCPcopy Index your code
hub / github.com/vercel/hyper / decorateWindowClass

Function decorateWindowClass

app/plugins.ts:442–444  ·  view source on GitHub ↗
(defaults: T)

Source from the content-addressed store, hash-verified

440};
441
442export const decorateWindowClass = <T>(defaults: T): T => {
443 return decorateObject(defaults, 'decorateWindowClass');
444};
445
446export const decorateSessionOptions = <T>(defaults: T): T => {
447 return decorateObject(defaults, 'decorateSessionOptions');

Callers

nothing calls this directly

Calls 1

decorateObjectFunction · 0.85

Tested by

no test coverage detected