1
0
mirror of https://github.com/hyperspacedev/hyperspace synced 2025-02-02 10:27:20 +01:00

3 lines
68 B
JavaScript
Raw Normal View History

2019-08-05 21:38:20 -04:00
exports.default = async function doNothing() {
return await 0;
}