UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

13 lines (12 loc) 328 B
export function getJsonWrapper(src: any): any; declare namespace _default { function data(data: any, { type, format, version }?: { type: any; format?: any; version?: string; }): any; function ndjson(data: any, { version }?: { version?: string; }): any; } export default _default;