@tdb/web
Version:
Common condiguration for serving a web-site and testing web-based UI components.
17 lines (10 loc) • 400 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _bluebird = require('bluebird');
var _bluebird2 = _interopRequireDefault(_bluebird);
var _fs = require('fs');
var _fs2 = _interopRequireDefault(_fs);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = _bluebird2.default.promisifyAll(_fs2.default);