UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

4 lines (3 loc) 181 B
declare function parseBibTxt(src: any): any; declare function parseBibTxtEntry(entry: any): {}; export { parseBibTxt as parse, parseBibTxt as text, parseBibTxtEntry as textEntry };