hadash

1.1.1 • Public • Published

hadash

Version License

The `Hadash` library exported as `Node.js` modules.

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

Readme

Keywords

Package Sidebar

Install

npm i hadash

Weekly Downloads

1

Version

1.1.1

License

MPL-2.0

Last publish

Collaborators

  • laihaibo