6 lines
75 B
TypeScript
Raw Normal View History

2021-05-04 15:12:36 +10:00
import startChat from './chat';
(async () => {
await startChat();
})();