mazda-custom-application-sdk/apps/app.helloworld/worker.js

8 lines
69 B
JavaScript
Raw Permalink Normal View History

/**
* Test Worker
*/
module.exports = function(input, done) {
};