Home Reference Source

src/function/index.js

import compose from './compose';
import flow from './flow';

export default {
  compose,
  flow,
};