UNPKG

blogger-feeds

Version:
6 lines (5 loc) 141 B
import { type BuildMutator } from '../../url'; export type SingleConf = { postId?: string; }; export declare const single: BuildMutator;