UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

3 lines (2 loc) 134 B
import { Paginated } from '../types'; export declare const getPaginated: <T>(items: T[], total: any, cursor: number) => Paginated<T>;