UNPKG

motion

Version:

motion - moving development forward

14 lines (10 loc) 353 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _startup = require('./startup'); // print - so we can easily weed out console.logs // print = we want to log this out, keep it global.print = console.log.bind(console); exports.default = { run: _startup.run, build: _startup.build }; //# sourceMappingURL=index.js.map