How to use the dot-object.remove 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 CBIConsulting / ProperTable / src / jsx / lib / rowcache.js View on Github external
flush(key = null) {
		if (key) {
			let k = parseKey(key);
			dot.remove(k, cache);
		} else {
			this.init();
		}

		return this;
	}
}

dot-object

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

MIT
Latest version published 9 days ago

Package Health Score

70 / 100
Full package analysis