geostyler
Version:
Framework for styling geodata
15 lines (14 loc) • 331 B
JavaScript
var t, i;
function p() {
if (i) return t;
i = 1;
var o = Object.prototype, u = o.hasOwnProperty;
function l(e) {
var r = e.length, n = new e.constructor(r);
return r && typeof e[0] == "string" && u.call(e, "index") && (n.index = e.index, n.input = e.input), n;
}
return t = l, t;
}
export {
p as __require
};