a collection of higher-order components that do firebase data fetching before rendering their corresponding sub-component.
published version 0.0.22, 6 years ago- published version 0.0.1, 6 years ago
configuration used by @mqschwanda/rollup
published version 0.0.15, 6 years ago```jsx /** * @name curry * @type {Function} * @description recursive autocurry * @since 0.0.1 * @example curry(function, arg1, arg2)(arg3)(arg4, arg5) */ export const curry = (func, array = []) => (...args) => (arr) => ( arr.length === func.length ? func(
published version 0.0.1, 6 years ago- published version 0.0.1, 6 years ago
- published version 0.0.1, 6 years ago
[![Build Status](https://travis-ci.org/mqschwanda/node-monorepo.svg?branch=master)](https://travis-ci.org/mqschwanda/node-monorepo) ![License](https://img.shields.io/npm/l/express.svg) [![NPM Downlaods](https://img.shields.io/npm/dt/@mqschwanda/scripts.sv
published version 0.0.13, 6 years ago[![Build Status](https://travis-ci.org/mqschwanda/node-monorepo.svg?branch=master)](https://travis-ci.org/mqschwanda/node-monorepo) ![License](https://img.shields.io/npm/l/express.svg) [![NPM Downlaods](https://img.shields.io/npm/dt/@mqschwanda/rollup-con
published version 0.0.1, 6 years agoscripts used by @mqschwanda/rollup
published version 0.0.17, 6 years ago[![Build Status](https://travis-ci.org/mqschwanda/node-monorepo.svg?branch=master)](https://travis-ci.org/mqschwanda/node-monorepo) ![License](https://img.shields.io/npm/l/express.svg) [![NPM Downlaods](https://img.shields.io/npm/dt/@mqschwanda/rollup.svg
published version 0.0.1, 6 years ago