rehype-citation
Version:
rehype plugin to add citation and bibliography from bibtex files
13 lines (12 loc) • 595 B
TypeScript
import { upgradeCsl } from './csl.js';
import { downgradeCsl } from './csl.js';
import deepCopy from './deepCopy.js';
import { fetchFile } from './fetchFile.js';
import { fetchFileAsync } from './fetchFile.js';
import { 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 };