UNPKG

tstyche

Version:

Everything You Need for Type Testing.

8 lines (6 loc) 202 B
#!/usr/bin/env node import process from 'node:process'; import { Cli } from './api.js'; const cli = new Cli(); const commandLine = process.argv.slice(2); process.exitCode = await cli.run(commandLine);