UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines 240 B
import { stdlib } from '../lib/std'; export const library = stdlib(); // @todo Warn if override existing key. export function register(key, component) { Object.assign(library, { [key]: component }); } //# sourceMappingURL=library.js.map