hyperspace-desktop-client-w.../desktop/donothing.js

3 lines
68 B
JavaScript
Raw Permalink Normal View History

2019-08-06 03:38:20 +02:00
exports.default = async function doNothing() {
return await 0;
}