mirror of https://gitee.com/antv-l7/antv-l7
6 lines
93 B
JavaScript
6 lines
93 B
JavaScript
|
module.exports = blocks => `
|
||
|
const G2 = require('./core');
|
||
|
${blocks}
|
||
|
module.exports = G2;
|
||
|
`;
|