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

Function decorateClass

app/plugins.ts:385–387  ·  view source on GitHub ↗
(base: any, key: string)

Source from the content-addressed store, hash-verified

383}
384
385function decorateClass(base: any, key: string) {
386 return decorateEntity(base, key, 'function');
387}
388
389export const getDeprecatedConfig = () => {
390 const deprecated: Record<string, {css: string[]}> = {};

Callers 1

decorateSessionClassFunction · 0.85

Calls 1

decorateEntityFunction · 0.85

Tested by

no test coverage detected