Repository URL to install this package:
|
Version:
1.2.0 ▾
|
// const R = require('ramda')
// const _ = require('lodash/fp')
// const FOOP = require('chain')
//
// const Chainable = FOOP
// const Chain = Chainable
// const D = {
// R,
// _: Object.assign({}, _),
// FOOP,
// Chainable,
// Chain,
// }
// Object.assign(D, D._, {}, FOOP)
// @HACK @NOTE @see index.js about babel
// const D = Object.assign(
// {},
// R,
// {},
// _,
// {},
// FOOP,
// {},
// { Chainable: FOOP, R, _, Chain, FOOP }
// )
// experimenting naming it for 1 letter
// D.D = D
// D.P = D
// D.$ = D
// module.exports = D
// export { R, _, FOOP, FOOP as Chainable, Chain }
// export * from 'chain/exports'
// export * from 'ramda'
// export * from 'lodash'
// export * from 'chain/exports'
//
// // --- export default exports
"use strict";