| 10 | interface IContextOptions { [key: string]: string | number | boolean } |
| 11 | |
| 12 | export default new class Contributes { |
| 13 | private readonly _config: Config; |
| 14 | private readonly _contexts: Contexts; |
| 15 | constructor() { |
nothing calls this directly
no outgoing calls
no test coverage detected