UNPKG

@geezee/react-ui

Version:

Modern and minimalist React UI library.

3 lines 118 B
export var getPageCount = function getPageCount(total, pageSize) { return Math.floor((total - 1) / pageSize) + 1; };