Skip to content

bougieL/bougie-utils

Repository files navigation

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