1.1.1 • Published 7 years ago

hadash v1.1.1

Weekly downloads
1
License
MPL-2.0
Repository
github
Last release
7 years ago

hadash

Installation

Using npm:

npm i --save hadash

In Node.js

// Load the full build.
const ha = require('hadash');

// Load methods. 
const {chunk} = require('hadash');

Support

have done

See the package source for more details.

array

  • compact
  • difference
  • drop
  • dropRight
  • fill
  • chunk
  • first
  • flatten
  • flattenDeep
  • initial
  • last
  • rest
  • slice
  • take
  • takeRight
  • union

date

  • now

math

  • add

number

  • inRange
  • random

string

  • repeat

lang

  • gt
  • gte
  • isArray
  • isObject
  • lt
  • lte
  • isNaN
1.1.1

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago