API @deepkit/run
npm install @deepkit/run
A simple way to run TypeScript code without the need for a build step.
This tool is primarily meant to be used in Deepkit's own test suite, but can also be used in your own projects.
import { typeOf } from '@deepkit/type'; console.log(typeOf<string>());
node --import @deepkit/run test.ts