UNPKG

@browsery/antlr4

Version:

Browser compatible antlr4 module

5 lines (4 loc) 102 B
export declare abstract class Printer { print(s: string) : void; println(s: string) : void; }