Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

README.md

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

About

CoreUI JavaScript utility functions

Resources

License

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
You can’t perform that action at this time.