(type: Type<any>)
| 362 | } |
| 363 | |
| 364 | export function extendsDirectlyFromObject(type: Type<any>): boolean { |
| 365 | return Object.getPrototypeOf(type.prototype) === Object.prototype; |
| 366 | } |
| 367 | |
| 368 | /** |
| 369 | * Extract the `R3DirectiveMetadata` for a particular directive (either a `Directive` or a |
no outgoing calls
no test coverage detected
searching dependent graphs…