UNPKG

@visactor/vtable

Version:

canvas table width high performance

9 lines (7 loc) 212 B
export function isXAxis(orient) { return "bottom" === orient || "top" === orient; } export function isYAxis(orient) { return "left" === orient || "right" === orient; } //# sourceMappingURL=orient.js.map