Results 1 issues of Nick Z

Added the declarations for the functions to the "state and getters" object in the [following lines](https://github.com/table-library/react-table-library/blob/3b0ddab82cf7c633731087ba9534020ec9099db2/src/pagination/usePagination.ts#L136C1-L141C5) ```src/pagination/usePagination.ts // src/pagination/usePagination.ts const stateAndGetters = { ...state, getTotalPages, getPages, getPageBoundaries, }; ``` So...