2.0.2 • Published 12 months ago

@coreui/utils v2.0.2

Weekly downloads
19,179
License
MIT
Repository
github
Last release
12 months ago

CoreUI Utilities

CoreUI utility JavaScript functions

Installation

npm install @coreui/utils --save

Usage

ES5 functions from common.js module

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

ES6+ functions from source, to enable treeshaking

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