redux-devshare
Version:
[![NPM version][npm-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Code Climate][climate-image]][climate-url] [![Code Coverage][coverage-i
20 lines (13 loc) • 725 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.queryActions = exports.authActions = undefined;
var _auth = require('./auth');
var authActions = _interopRequireWildcard(_auth);
var _query = require('./query');
var queryActions = _interopRequireWildcard(_query);
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
exports.authActions = authActions;
exports.queryActions = queryActions;
exports.default = { authActions: authActions, queryActions: queryActions };