UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

4 lines (3 loc) 198 B
export function parseCitation(regexMatch: RegExpMatchArray): [CiteItem[], boolean]; export type CiteItem = import('./types').CiteItem; export type CiteItemSuffix = import('./types').CiteItemSuffix;