UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

12 lines (11 loc) 258 B
declare function parseContentMine(data: any): { type: any; title: any; } & { type: string; }; declare function parseBibJson(data: any): { type: any; title: any; }; export { parseContentMine as quickscrapeRecord, parseBibJson as record };