florist

0.0.3 • Public • Published

Florist.js

Prefix-free declarative method imports

'use strict'
require('florist')('lodash', ['map', 'reduce'])
 
module.exports = reduce(map([1, 2, 3], function (num) {
  return 1 + num
}), function (sum, num) {
  return sum + num
})

Package Sidebar

Install

npm i florist

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • zolmeister