(type: Type<any>)
| 369 | } |
| 370 | |
| 371 | export function extendsDirectlyFromObject(type: Type<any>): boolean { |
| 372 | return Object.getPrototypeOf(type.prototype) === Object.prototype; |
| 373 | } |
| 374 | |
| 375 | /** |
| 376 | * Extract the `R3DirectiveMetadata` for a particular directive (either a `Directive` or a |
no outgoing calls
no test coverage detected