download.js 119 B

1234
  1. async function executeDownload() {
  2. return { success: true, value: 'ok' }
  3. }
  4. module.exports = { executeDownload }