DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
351 Bytes
function emitWarning() {
if (!emitWarning.warned) {
emitWarning.warned = true;
console.log(
'Deprecation (warning): Using file extension in specifier is deprecated, use "highlight.js/lib/languages/bnf" instead of "highlight.js/lib/languages/bnf.js"'
);
}
}
emitWarning();
module.exports = require('./bnf.js');