1
0
mirror of https://github.com/hyperspacedev/hyperspace synced 2025-01-22 13:11:09 +01:00
hyperspace-desktop-client-w.../desktop/donothing.js
2019-08-05 21:44:31 -04:00

3 lines
68 B
JavaScript

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