UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

10 lines (9 loc) 334 B
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.js'; export * from './chain.js'; export * from './type.js'; export * from './data.js';