scratch-docker/index.js

4 lines
62 B
JavaScript
Raw Permalink Normal View History

2018-08-21 11:27:47 -04:00
module.exports = {
nothingYet: () => { return true; },
};