$ cnpm install ul
A minimalist utility library.
# Using npm
npm install --save ul
# Using yarn
yarn add ul
const Ul = require("ul")
// Input data
let obj = {
n: null
, v: 1
}
, def = {
n: 1
, v: 10
, a: 20
}
, tmp = null
// Merge the two objects and store the result in tmp
console.log(tmp = Ul.deepMerge(obj, def))
// => { n: null, v: 1, a: 20 }
// Clone the tmp object -- the clone will have a
// different reference
console.log(tmp === Ul.clone(tmp))
// => false
// Show the absolute path to the home directory
console.log(Ul.home()) // or `console.log(Ul.HOME_DIR)`
// => /home/ionicabizau
// One level merge
console.log(Ul.merge({
foo: {
bar: 42
}
}, {
foo: {
bar: 1
, baz: 7
}
}))
// => { { bar: 42 } }
There are few ways to get help:
merge(dst, src)One level merge. Faster than deepMerge.
dst: {Object} The destination object.src: {Object} The source object (usually defaults).deepMerge()Recursively merge the objects from arguments, returning a new object.
Usage: Ul.deepMerge(obj1, obj2, obj3, obj4, ..., objN)
clone(item)Deep clone of the provided item.
item: The item that should be clonedhome()Get the home directory path on any platform. The value can be
accessed using Ul.HOME_DIR too.
Have an idea? Found a bug? See how to contribute.
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).
However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:
Starring and sharing the projects you like :rocket:
—I love books! I will remember you after years if you buy me one. :grin: :book:
—You can make one-time donations via PayPal. I'll probably buy a
coffee tea. :tea:
—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).
Bitcoin—You can send me bitcoins at this address (or scanning the code below): 1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6

Thanks! :heart:
If you are using this library in one of your projects, add it in this list. :sparkles:
abstildaimage-to-asciicli-boxlienle-tableoargvtinyreqgrygh.jsemoji-loggercli-piestreampbloggifyjsonrequestdiableparent-searchasciify-pixel-matrixfwatchercli-gh-calmade-inbloggify-viewerpromptifybloggify-markdown-adaptercli-graphclass-methodsgit-clonergithub-colorsbloggify-template-rendererbible.jsbloggify-socialtransformerbloggify-clirucksackstatiquecli-snowgit-statsmatchpage-changedmarkdown-templator-forkbloggify-configengine-parserflow-apiengine-builderennyengine-flow-typesengine-toolspackynp-initbloggify-plugin-classtemplate-htmlmarkdown-templatorbloggify-mongooseweb-termghcalgh-fork-sourceghostyasciify-pixelansyblahcompute-sizegh-contributionsimg-ssimmdifycli-circlecobolnodeiceelasticfirebloggify-pathsbloggify-sql-adapterbloggify-theme-rendererbiblebloggify-sequelize-adapterwrabbitjipicsascii-heartshare-termfortranphantom-jqueryparrot-botnpmreserveregardetithetester-inittinyreq-clitilda-initcdnjs-importerbloggify-sequelize@isysd/gpmbloggify-toolsstriking-clockship-releasedonate.js3abnbirthdaybnotifygpmgithub-statsgit-stats-importerideamongofCopyright 2013 - present © cnpmjs.org | Home |