UNPKG

fluxtuate

Version:

a javascript ES7 library for handling complex data transactions

13 lines (8 loc) 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _command = require("./command"); var _command2 = _interopRequireDefault(_command); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } exports.default = _command2.default;