@antv/l7-utils
Advanced tools
Comparing version
@@ -8,3 +8,4 @@ export { djb2hash, BKDRHash } from './hash'; | ||
export * from './color'; | ||
export * from './anchor'; | ||
import * as Satistics from './statistics'; | ||
export { DOM, Satistics }; |
@@ -8,4 +8,5 @@ export { djb2hash, BKDRHash } from './hash'; | ||
export * from './color'; | ||
export * from './anchor'; | ||
import * as Satistics from './statistics'; | ||
export { DOM, Satistics }; | ||
//# sourceMappingURL=index.js.map |
@@ -99,2 +99,15 @@ "use strict"; | ||
var _anchor = require("./anchor"); | ||
Object.keys(_anchor).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _anchor[key]; | ||
} | ||
}); | ||
}); | ||
var Satistics = _interopRequireWildcard(require("./statistics")); | ||
@@ -101,0 +114,0 @@ |
{ | ||
"name": "@antv/l7-utils", | ||
"version": "2.0.23", | ||
"version": "2.0.24", | ||
"description": "", | ||
@@ -32,3 +32,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "3e5c4aecc5add062cdcfb21255421c2f03f0655d", | ||
"gitHead": "55c5d9d3a1122f1f3ec8d771d84452b8ee0536a6", | ||
"publishConfig": { | ||
@@ -35,0 +35,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
162325
4.79%53
10.42%1633
6.87%