<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">"use strict";

if (!require("./is-implemented")()) {
	Object.defineProperty(Math, "cbrt", {
		value: require("./shim"),
		configurable: true,
		enumerable: false,
		writable: true
	});
}
</pre></body></html>