UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

6 lines (5 loc) 213 B
export function add(format: any, parsers: any): void; export function get(format: any): any; export function remove(format: any): void; export function has(format: any): boolean; export function list(): string[];