UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

10 lines (9 loc) 503 B
import { upgradeCsl, downgradeCsl } from './csl.js'; import deepCopy from './deepCopy.js'; import { fetchFile, fetchFileAsync, setUserAgent } from './fetchFile.js'; import fetchId from './fetchId.js'; import TokenStack from './stack.js'; import Register from './register.js'; import { Grammar } from './grammar.js'; import { Translator } from './translator.js'; export { upgradeCsl, downgradeCsl, deepCopy, fetchFile, fetchFileAsync, setUserAgent, fetchId, TokenStack, Register, Grammar, Translator, };