UNPKG

@filesrocket/local

Version:

Filesrocket service that manages your files locally

3 lines (2 loc) 162 B
import { Paginated } from '@filesrocket/core'; export declare function paginate<T>(entities: T[], size: number | string, page?: number | string): Paginated<T>;