Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[typeid-js] improve type inference for typeid.toString (#429)
## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 license](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request I represent that I have the right to license the contributions to the project maintainers under the Apache 2 license. ## Summary Addresses jetify-com/typeid-js#15. The caller is now able to get the exact type based on typeid prefix, since the return type is conditionally determined by `T extends ""` cc: @programmarchy ## How was it tested? devbox run test
- Loading branch information