Simple chat example for typescript

Signed-off-by: Matt Williams <m@technovangelist.com>
This commit is contained in:
Matt Williams
2023-12-07 11:48:25 -08:00
parent a2405ec831
commit 1ade380bd7
3 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1 @@
{ "dependencies": { "@types/node": "^20.10.4", "prompt-sync": "^4.2.0", "readline": "^1.3.0" } }