UNPKG

blogger-feeds

Version:
6 lines (5 loc) 161 B
/** * Replace parts of url * * only works on string parts */ export declare const useHF: (url: URL, target: "blog" | keyof URL | "path", str: string) => URL;