Skip to content

laihaibo/hadash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

用函数式思想重新实现一个lodash

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published