This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For this sample comparing to type predicates: ```typescript if (isString(str)) { return str.toUppercase(); } ``` I believe you meant to put the correct method `str.toUpperCase();`
- Loading branch information