Ján Jakub Naništa
Ján Jakub Naništa
### Problem `opentok-react` currently provides no TypeScript type definitions. This makes the package less attractive / usable for TypeScript codebases - consumers need to create their own type definitions or...
Hey! I added types based on the API I found in readme so that people can comfortably use this with TypeScript.
e.g. ```typescript [string, boolean?] [...string[], boolean] [number, ...boolean[], string] [number, ...string[]] ```
### The problem `forge-std` and `ds-test` are being installed in downstream projects even though they are not needed for this library. They are only used for testing so they should...
### In this PR - Remove `dependencies` from `package.json` - The `forge-std` dependency is quite outdated, preferred way of installing this is `forge install foundry-rs/forge-std` - These dependencies are not...