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

3 lines
68 B
JavaScript

exports.default = async function doNothing() {
return await 0;
}