UNPKG

mixone

Version:

A cross-platform desktop application framework that enables development using JavaScript, HTML5, Electron API and Node.js. Build Windows, macOS and Linux apps with Vue/React and system APIs - that's why we call it mixone.A powerful Electron development in

9 lines 216 B
const date1 = new Date(); const yilaiFunc = () => { const date2 = new Date(); const date1 = new Date(); return 'hello yilai + ' + `date1:${date1} date2:${date2}`; } module.exports = { yilaiFunc }