UNPKG

@intuitionrobotics/jira

Version:
8 lines 363 B
// Import directly from the module file, not the package barrel — `index.ts` // re-exports this module-pack, so importing through it would create a TDZ // (temporal dead zone) when this file evaluates first. import { JiraModule } from "../modules/JiraModule.js"; export const Backend_ModulePack_Jira = [ JiraModule ]; //# sourceMappingURL=module-pack.js.map