d26db06f74
NPM Installation / build (16.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (16.x, windows-latest) (push) Has been cancelled
NPM Installation / build (17.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (17.x, windows-latest) (push) Has been cancelled
NPM Installation / build (18.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (18.x, windows-latest) (push) Has been cancelled
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';