UNPKG

@isthatuzii/create-nano-app

Version:

Desktop application scaffolding tool for the Nano Framework

12 lines (10 loc) 296 B
// Import all feature modules import systemModule from "./modules/system.module.js"; const api = { system: { getSystemInfo: systemModule.getSystemInfo, sendNotification: systemModule.sendNotification, greet: systemModule.greet } }; export default api;