UNPKG

antlr4-runtime

Version:

JavaScript runtime for ANTLR4

9 lines (7 loc) 200 B
"use strict"; const antlr4 = require("antlr4"); describe('Antlr4 Node CommonJs', () => { it('should use the CommonJS module on Node.js', () => { expect(antlr4).toBeDefined(); }); });