Convert the number of pages to the index of records.
const { calculateStart } = require('page-converter')
calculateStart(1, 10) // 0calculateStart(pageNumber, size)Calculate the index of records.calculatePageNumber(start, offset)Calculate the number of pages.calculateTotalPage(total, offset)Calculate the total page.
MIT