1.5.2 • Published 4 years ago

@bougiel/utils v1.5.2

Weekly downloads
12
License
MIT
Repository
github
Last release
4 years ago

Bougie Utils

npm version

Introduction

Personal utils collection.

Features

  • Simplicity is paramount
    Collecting the most commonly used tool functions in daily work, ES6 has been implemented without duplication.

  • Written by TypeScript
    Enjoy the benefits of TS type constraints and code hints.

  • Comprehensive test
    Each method guarantees at least one test case.

Installation

npm i @bougiel/utils -S

Tree Shaking

  • Using Simple Writing

You need to ensure that the version of webpack is greater than or equal to 4.

import { Binder, cloneDeep, compose, dateFormat } from '@bougiel/utils'
  • Import From Files
import { Binder } from '@bougiel/utils/lib/Binder'
import { cloneDeep } from '@bouigel/utils/lib/cloneDeep'
import { compose } from '@bouigel/utils/lib/compose'
import { dateFormat } from '@bouigel/utils/lib/dateFormat'

Documentation

Documentation

Change Log

Change Log

License

MIT

1.5.2

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.8

4 years ago

1.4.7

4 years ago

1.4.6

4 years ago

1.4.5

4 years ago

1.4.4

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.0.0

5 years ago

0.46.0

5 years ago

0.42.0

5 years ago

0.18.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago