| 35 | }) |
| 36 | |
| 37 | export interface ApiReference { |
| 38 | name: string |
| 39 | isFlattened?: boolean |
| 40 | code?: string |
| 41 | packageName?: string |
| 42 | } |
| 43 | |
| 44 | interface Options { |
| 45 | title: string |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…