How to use the deepmerge/dist/umd.js function in deepmerge

To help you get started, we’ve selected a few deepmerge examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github davestewart / axios-actions / src / utils / request.ts View on Github external
export function mergeOptions (config: any, options: any = {}) {
  return merge(config, options)
}

deepmerge

A library for deep (recursive) merging of Javascript objects

MIT
Latest version published 1 year ago

Package Health Score

76 / 100
Full package analysis