UNPKG

blogger-feeds

Version:
8 lines (7 loc) 215 B
import { type BuildMutator, type Ordering } from '../../url'; export interface PagedConf { 'max-results'?: number; 'start-index'?: number; orderby?: Ordering; } export declare const paged: BuildMutator;