UNPKG

122 BJavaScriptView Raw
1const CommonUtil = require('@antv/util/lib');
2
3const Util = {};
4
5CommonUtil.mix(Util, CommonUtil);
6
7module.exports = Util;
\No newline at end of file