UNPKG

124 BJavaScriptView Raw
1const CommonUtil = require('@antv/util/lib');
2
3const Util = {
4};
5
6CommonUtil.mix(Util, CommonUtil);
7
8module.exports = Util;