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