0.0.4 • Published 5 years ago

elder-score v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Elder Score

CircleCI codecov

A lightweight, underscore/lodash like libray. Use ES6 standard to minimize package size. (Do not support ES5)

NOTE

This library is still not completed.

Usage

import _ from 'elder-score';

or

var _ = require('elder-score').default

then

_.union([1 , 2], [2, 3], [1, 3, 5])); // => [1, 2, 3, 5]
0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago