1.0.1 • Published 5 years ago

page-converter v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

page-converter

Convert the number of pages to the index of records.

Usage

const { calculateStart } = require('page-converter')
calculateStart(1, 10) // 0

API

  • calculateStart(pageNumber, size) Calculate the index of records.
  • calculatePageNumber(start, offset) Calculate the number of pages.
  • calculateTotalPage(total, offset) Calculate the total page.

License

MIT