1 // The core module that describes the `global.expo` object.
2 internal final class CoreModule: Module {
3   internal func definition() -> ModuleDefinition {
4     // Nothing so far, but eventually we will expose some common classes
5     // and maybe even the `modules` host object.
6   }
7 }
8