UNPKG

cecon-interfaces

Version:
3 lines (2 loc) 207 B
import { IEnvelopeArray } from "./i-envelope-array"; export declare function factoryEnvelopeArrayPagination<T>(items: T[], offSet: number, limit: number, total?: number, lastId?: string): IEnvelopeArray<T>;