funny-range

1.0.3 • Public • Published

range

Simple modules for functional programming, done for fun.

Usage

import range from 'funny-range'
 
range(1, 1)      // [1]
range(1, 3)      // [1, 2, 3]
range(3, 1)      // [3, 2, 1]

License

The MIT License (MIT). Copyright (c) 2016 Luís Rodrigues.

Package Sidebar

Install

npm i funny-range

Weekly Downloads

3

Version

1.0.3

License

MIT

Last publish

Collaborators

  • goblindegook