1 hour ago · Tech · hide · 0 comments

Today I discovered tsx, a REPL that evalutes TypeScript. You can run it with npx: npx tsx And it evaluates TypeScript. > const onClick = (input: number):void => input + 1 undefined > onClick(1) 2

No comments yet. Log in to reply on the Fediverse. Comments will appear here.