Package Exports
- @coreui/utils
- @coreui/utils/dist/cjs/index.js
- @coreui/utils/dist/esm/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@coreui/utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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';