UNPKG

@tpacks/flexigrid

Version:

A library helps you make a grid with resizable and movable panes on it, just like Kibana dashboard

10 lines (9 loc) 166 B
module.exports = { zeroOrientedFloor(number) { if (number >= 0) { return Math.floor(number); } else { return -Math.floor(-number); } }, }