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

/@hora/utils/

    Package Sidebar

    Install

    npm i @hora/utils

    Weekly Downloads

    0

    Version

    0.4.0

    License

    MIT

    Last publish

    Collaborators

    • tchak