UNPKG
@citedrive/codemirror-lang-bibtex
Version:
latest (6.4.1)
6.4.1
6.4.0
6.3.0
6.2.0
6.1.0
6.0.1
BibTeX language support for CodeMirror
www.citedrive.com
citedrive/codemirror-lang-bibtex
@citedrive/codemirror-lang-bibtex
/
src
/
index.ts
4 lines
(3 loc)
•
82 B
text/typescript
View Raw
1
2
3
4
export
*
from
"./bibtex"
;
export
*
from
"./completion"
;
export
*
from
"./linter"
;