Interfacehttpv0.1.0RouteModuleOne file may export several handlers, so the row states which export it registers. interface RouteModuleMember overviewPropertiesexportNamefromloadPropertiesexportNameThe exported binding inside the loaded module. readonly exportName: stringfromThe source file the row came from, reported when the export is missing. readonly from: stringloadLazy import of the module, evaluated on first hit. readonly load: () => Promise<Record<string, unknown>>
loadLazy import of the module, evaluated on first hit. readonly load: () => Promise<Record<string, unknown>>