junglejs-common
Version:
Shared helpers for the Jungle toolkit
24 lines (18 loc) • 743 B
JavaScript
;
Object.defineProperty(exports, '__esModule', {
value: true
});
var _mapObj$callIfFunction$throwError$debounce = require('./general');
var _reducePaths$navigatePath = require('./paths');
var _getCursorFns = require('./cursors');
;
exports['default'] = {
mapObj: _mapObj$callIfFunction$throwError$debounce.mapObj,
callIfFunction: _mapObj$callIfFunction$throwError$debounce.callIfFunction,
throwError: _mapObj$callIfFunction$throwError$debounce.throwError,
reducePaths: _reducePaths$navigatePath.reducePaths,
navigatePath: _reducePaths$navigatePath.navigatePath,
getCursorFns: _getCursorFns.getCursorFns,
debounce: _mapObj$callIfFunction$throwError$debounce.debounce
};
module.exports = exports['default'];