UNPKG

fluid-func

Version:

A way to write your code with functional programming in mind.

9 lines (6 loc) 147 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _chain = require('./chain/'); exports.default = _chain.Chain;