geostyler
Version:
Framework for styling geodata
24 lines (23 loc) • 436 B
JavaScript
import { __require as s } from "./isObject.js";
var t, n;
function f() {
if (n) return t;
n = 1;
var u = s(), a = Object.create, i = /* @__PURE__ */ function() {
function e() {
}
return function(r) {
if (!u(r))
return {};
if (a)
return a(r);
e.prototype = r;
var c = new e();
return e.prototype = void 0, c;
};
}();
return t = i, t;
}
export {
f as __require
};