MCPcopy
hub / github.com/vercel/hyper / getDecoratedBrowserOptions

Function getDecoratedBrowserOptions

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

Source from the content-addressed store, hash-verified

436};
437
438export const getDecoratedBrowserOptions = <T>(defaults: T): T => {
439 return decorateObject(defaults, 'decorateBrowserOptions');
440};
441
442export const decorateWindowClass = <T>(defaults: T): T => {
443 return decorateObject(defaults, 'decorateWindowClass');

Callers

nothing calls this directly

Calls 1

decorateObjectFunction · 0.85

Tested by

no test coverage detected