UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

10 lines (9 loc) 144 B
if (FuseBox.isServer) { module.exports = global.require("tty"); } else { module.exports = { isatty: function() { return false; } }; }