UNPKG

@antv/f2

Version:

Charts for mobile visualization.

12 lines 298 B
import Scale from './base'; var map = {}; function getClass(key) { return map[key]; } function registerClass(key, cls) { if (getClass(key)) { throw new Error("type '".concat(key, "' existed.")); } map[key] = cls; } export { Scale, getClass as getScale, registerClass as registerScale };