latex-utensils
Version:
A LaTeX parser, a BibTeX parser, and utilities
6 lines (5 loc) • 301 B
TypeScript
import * as bp from './bibtex_parser_types';
import { ParserOptions } from '../pegjs/pegjs_types';
export * from './bibtex_parser_types';
export { isSyntaxError, ParserOptions, SyntaxError } from '../pegjs/pegjs_types';
export declare function parse(s: string, _option?: ParserOptions): bp.BibtexAst;