UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

5 lines (4 loc) 174 B
export function parseBibtex(input: any): any; export function formatBibtex(input: any): any; export function parse(input: any): any; export function format(input: any): any;