You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the current distribution in NPM does support using require in addition to the import x syntax.
const{parse}=require('bibtex-bibjson');// Load your bibtex files...// {} Convert to BibJson// function parse(bibTexStr: string): objectletbibJson=parse(bibTexStr);
A request to please support imports from
node.js
using therequire
style of imports!Thanks.
The text was updated successfully, but these errors were encountered: