UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

8 lines (7 loc) 313 B
export function add(name: any, formatter: any): void; export function remove(name: any): void; export function has(name: any): any; export function list(): string[]; export function format(name: any, data: any, ...options: any[]): any; export const register: Register; import Register from '../util/register.js';