https://github.com/flevi29/threads-js-test
https://github.com/flevi29/threads-js-test
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flevi29/threads-js-test
- Owner: flevi29
- Created: 2022-03-04T14:01:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T09:16:33.000Z (about 4 years ago)
- Last Synced: 2025-01-13T06:09:56.016Z (over 1 year ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.