An open API service indexing awesome lists of open source software.

https://github.com/coreui/coreui-utils

CoreUI JavaScript utility functions
https://github.com/coreui/coreui-utils

Last synced: about 1 year ago
JSON representation

CoreUI JavaScript utility functions

Awesome Lists containing this project

README

          

# CoreUI Utilities

CoreUI utility JavaScript functions

## Installation

```shell
npm install @coreui/utils --save
```

## Usage

ES5 functions from common.js module

```js
import { deepObjectsMerge } from '@coreui/utils';
```

ES6+ functions from source, to enable treeshaking

```js
import { deepObjectsMerge } from '@coreui/utils/src';
```