UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

10 lines (9 loc) 241 B
export class Translator { constructor(props: any); convertToSource: (input: any) => {}; convertToTarget: (input: any) => {}; } export namespace Translator { let CONVERT_TO_SOURCE: symbol; let CONVERT_TO_TARGET: symbol; }