| 48 | } |
| 49 | |
| 50 | export interface CustomAttributeType { |
| 51 | new (): CustomAttributeTypeInterface; |
| 52 | readonly prototype: CustomAttributeTypeInterface; |
| 53 | } |
| 54 | |
| 55 | export type Location = { |
| 56 | file?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…