UNPKG

@synthart/synthlite

Version:

A fast, lightweight Gen AI powered synthetic data generator written in TypeScript. 🌞

13 lines (12 loc) • 291 B
#!/usr/bin/env node "use strict"; /** * @file bin.ts * @description CLI entry point for THP-OCR */ Object.defineProperty(exports, "__esModule", { value: true }); const index_1 = require("./index"); // Run CLI if executed directly if (require.main === module) { (0, index_1.main)(); }