typescript_safe/README.md

16 lines
225 B
Markdown
Raw Normal View History

2024-11-06 09:57:58 +00:00
# typescript
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.18. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.