Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix syntax highlighting for generic type
``` const head = <T,>(arr: T[]): T => arr[0] ``` #86
- Loading branch information