UNPKG

@iotile/iotile-cloud

Version:

A typescript library for interfacing with the IOTile Cloud API

8 lines (7 loc) 189 B
export declare class Page { baseUrl: string; page: number; pageCount: number; constructor(url: string, thisPage: number, pageCount: number); pageUrl(): string; }