UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

6 lines (5 loc) 196 B
export function add(ref: any, config: any): void; export function get(ref: any): any; export function has(ref: any): any; export function remove(ref: any): void; export function list(): string[];