An open API service indexing awesome lists of open source software.

https://github.com/flevi29/threads-js-test


https://github.com/flevi29/threads-js-test

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Transferable type error
## Should casting to any be the solution?
## Is the threads.js type at fault?
## Or is a Transferable type for @types/node missing?
### I need answers

Run the following to test:
```bash
npm i
npm run test
```

Edit index.ts, cast port1 to any, and see that it works.