UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

5 lines (4 loc) 201 B
export function fetchFile(url: any, opts: any): any; export function fetchFileAsync(url: any, opts: any): Promise<any>; export function setUserAgent(newUserAgent: any): void; export default fetchFile;