| 14 | |
| 15 | /** A simple usage of the BaseModule to illustrate the workings built into the abstract class. */ |
| 16 | class ConcreteBaseModule extends BaseModule<typeof exampleData> { |
| 17 | override async retrieveData() { |
| 18 | return exampleData; |
| 19 | } |
nothing calls this directly
no outgoing calls
no test coverage detected