How to use the dot-object.del function in dot-object

To help you get started, we’ve selected a few dot-object 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 MitocGroup / recink / bin / commands / run / generic.js View on Github external
excludeModules.forEach(module => {
      dot.del(module, cfg);
      modules.splice(modules.indexOf(module), 1);
    });
github MitocGroup / recink / src / container.js View on Github external
del(path) {
    dot.del(path, this._config);

    return this;
  }

dot-object

dot-object makes it possible to transform and read (JSON) objects using dot notation.

MIT
Latest version published 8 days ago

Package Health Score

70 / 100
Full package analysis