This commit is contained in:
2026-02-17 20:29:25 +08:00
commit 280bd01319
11 changed files with 406 additions and 0 deletions

4
bin/dts.mjs Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env node
import { runParser } from '../dist/dts.mjs';
runParser(process.argv);