Toolbox-XToolbox-X

Utility Methods

Utility methods for validating page numbers.

isPageValid()

Signature

isPageValid(page: number): boolean

Parameters

ParameterTypeDescription
pagenumberPage number to validate.

Returns

  • boolean: Whether the page is within the valid range.

Example

playground.ts

Last updated: Sun, Jun 14, 2026 07:15:25PM (UTC)

On this page