UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

5 lines (4 loc) 204 B
export function chain(...args: any[]): any; export function chainLink(input: any): any; export function chainAsync(...args: any[]): Promise<any>; export function chainLinkAsync(input: any): Promise<any>;