2.0.2 • Published 4 years ago

ant-util v2.0.2

Weekly downloads
5
License
ISC
Repository
-
Last release
4 years ago

Ant Util

a javascript function expressions util including practical function.

Features

  • an javascript util handle function,object,array,etc.
  • written in function expressions style.
  • simple test case ant rich api document.

Environment Support

  • Browser: Modern browsers support ecmascript 5

Install

npm install ant-util --save

Usage

import util from 'ant-util'
const { map } = util

map({ name: 'ant', age: 13 }, (value, key) => `my ${key} is ${value}`)

// => {name: 'my name is ant', age: 'my age is 13'}

Ant import style manually:

import { map } from 'ant-util/lib/object'

Development

$ git clone https://github.com/antgod/ant-util.git
$ cd ant-util && npm install

API Usage(to be continue)

2.0.2

4 years ago

2.0.1

6 years ago

1.3.11

6 years ago

1.3.10

6 years ago

1.3.9

6 years ago

1.3.7

6 years ago

1.3.6

6 years ago

1.3.5

6 years ago

1.3.4

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago