rubish

0.0.2 • Public • Published

node-rubish

Copyright (C) 2011 by Maciej Małecki
MIT License (see LICENSE file)

Very silly module with some useful shorthands inspired by Ruby.

Usage

(4).times(function (i) {
  console.log(2 * i);
});

will output:

0
2
4
6

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    3
  • 0.0.1
    2

Package Sidebar

Install

npm i rubish

Weekly Downloads

2

Version

0.0.2

License

none

Last publish

Collaborators

  • mmalecki