@warp-works/warpjs-utils
Version:
Utility functions for WarpJS and plugins
16 lines (10 loc) • 355 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _debug = require('./../debug');
var _debug2 = _interopRequireDefault(_debug);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = function (path) {
return (0, _debug2.default)('react-utils/' + path);
};