How to use the nested-object-assign function in nested-object-assign

To help you get started, we’ve selected a few nested-object-assign 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 hipstersmoothie / storybook-addon-react-docgen / src / index.js View on Github external
        : s => nestedObjectAssign({}, s, options.styles),
    propTables: options.propTables,
github storybookjs / storybook / addons / info / src / index.js View on Github external
        : s => nestedObjectAssign({}, s, options.styles),
    propTables: options.propTables,

nested-object-assign

Package to support nested merging of objects & properties, using Object.Assign

MIT
Latest version published 3 years ago

Package Health Score

53 / 100
Full package analysis

Popular nested-object-assign functions