@hora/utils

0.4.0 • Public • Published

@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/

Readme

Keywords

none

Package Sidebar

Install

npm i @hora/utils

Weekly Downloads

2

Version

0.4.0

License

MIT

Last publish

Collaborators

  • tchak