UNPKG

typescript-closure-tools

Version:

Command-line tools to convert closure-style JSDoc annotations to typescript, and to convert typescript sources to closure externs files

6 lines (4 loc) 110 B
/// <reference path="./pegjs.d.ts" /> var input: string; var result = PEG.parse(input); console.log(result);