2025-04-27 22:16:09 +08:00

7 lines
93 B
TypeScript

import { runParser } from './index.ts';
/**
* test run parser
*/
runParser(process.argv);