UNPKG

antlr4-runtime

Version:

JavaScript runtime for ANTLR4

9 lines (7 loc) 186 B
import * as antlr4 from 'antlr4' describe('Antlr4 Node Esm', () => { it('should use the Esm module on Node.js', () => { expect(antlr4).toBeDefined(); }); }); export {};