A zero-config tool to run TypeScript files directly without a separate transpilation step. The package is currently at version 0.0.0-pre (unstable, likely pre-release). It differentiates from alternatives like ts-node or tsx by being minimal and dependency-light, with no configuration files or complex setups. Release cadence is unknown due to early stage. Use with caution in production.
npm install untsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates using run() from unts to execute a TypeScript file with options and capture exit code.
Pin to exact version and test thoroughly before upgrading.
Use import syntax or switch to dynamic import() inside CJS.
Run npm install --save-dev @types/node to get Node.js type definitions.
Run 'npm install unts' and ensure the import statement matches the package name.
Use 'import unts from "unts"' then 'unts.run()', or 'import { run } from "unts"'.No dependency data recorded yet.