rehype-citation
Version:
rehype plugin to add citation and bibliography from bibtex files
10 lines (9 loc) • 361 B
TypeScript
export function add(ref: any, plugins?: {}): void;
export function remove(ref: any): void;
export function has(ref: any): boolean;
export function list(): string[];
import * as input from './input/index.js';
import * as output from './output.js';
import * as dict from './dict.js';
import * as config from './config.js';
export { input, output, dict, config };