@hora/utils

v0.4.0
A collection of utils functions.

@hora/utils

Build Status npm version

Install

$ yarn add @hora/utils

Usage

import { iterator } from '@hora/utils';

for (let [key, value] of iterator({ a: 'b', b: 'c' })) {
  console.log(key, value);
}

For more in depth documentation see: http://hora.io/docs/utils/

npm i @hora/utils

Metadata

  • MIT
  • >= 6.0.0
  • Paul Chavard
  • released 5/10/2017

Downloads

Maintainers