Files
type-from-json/src/index.ts
7000pctAUTO b23be2ca46
Some checks failed
CI / test (push) Has been cancelled
Initial upload with CI/CD workflow
2026-01-31 12:25:56 +00:00

7 lines
121 B
TypeScript

import { run } from './cli.js';
run().catch((error) => {
console.error('Fatal error:', error);
process.exit(1);
});