UNPKG

@hygull/bibtex

Version:

Get details about BibTeX (.bib) syntax, available ENTRY types and many more using Node APIs.

10 lines (6 loc) 140 B
/* Created at: 13 Sep 2018, Thu */ const bibtex = require("../index"); const bib = new bibtex(); console.log(bib.getEntryTypeFields());