rehype-citation
Version:
rehype plugin to add citation and bibliography from bibtex files
10 lines (9 loc) • 322 B
JavaScript
import * as dataType from './dataType.js';
import * as graph from './graph.js';
import * as parser from './parser.js';
import * as csl from './csl.js';
export const util = Object.assign({}, dataType, graph, parser, csl);
export * from './register';
export * from './chain';
export * from './type';
export * from './data';