0.3.5 • Published 7 years ago

reframme v0.3.5

Weekly downloads
6
License
ISC
Repository
-
Last release
7 years ago

tiny and efficient javascript reframe library

Install

npm install reframme

Usage

const reframme = require('reframme');
reframme([1, 2, 3, 5.9, 6, 7.9, 10]);
// will return [1, 2, 3, null, null, 6, null, 7.9, null, 10] 

reframme([1, 2, 3, 5.9, 6, 7.9, 10], {isKeepGood: true});
// will return [1, 2, 3, 3, 3, 6, 6, 7.9, 7.9, 10]

What is for

To be filled...

Bugs, issues and features

Please mail@barkalov.ru. Widely open for pull-requests.

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago