Files
manja_dev_ui/node_modules/@coreui/utils
sean cc038a7372
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
Base UI
2026-06-25 11:15:13 +07:00
..
2026-06-25 11:15:13 +07:00
2026-06-25 11:15:13 +07:00
2026-06-25 11:15:13 +07:00
2026-06-25 11:15:13 +07:00
2026-06-25 11:15:13 +07:00

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';