UNPKG

vue-svg-loader

Version:
15 lines (12 loc) 181 B
module.exports = class { constructor(parent) { this.parent = parent; } batch(handler) { handler(this); return this; } end() { return this.parent; } };