0.4.0 • Published 9 years ago
@hora/utils v0.4.0
@hora/utils
Install
$ yarn add @hora/utilsUsage
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/