Block or Report
Block or report Sheraff
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
3,336 contributions in the last year
Less
More
Activity overview
Contributed to
Sheraff/soft-serve-tunes,
Sheraff/audio-graph,
Sheraff/adventofcode-2022
and 44 other
repositories
Contribution activity
March 2023
Created 6 commits in 2 repositories
Created 2 repositories
- Sheraff/ts-reset TypeScript
- Sheraff/fractal JavaScript
Created a pull request in total-typescript/ts-reset that received 1 comment
[ReadonlyArray] Add types for .at()
This PR solves #100 const a = [false, 1, '2'] as const const b = a.at(0) // ^? const b: false const c = a.at(-1) // ^? const c: "2" See issue for a…
+96
−0
•
1
comment
Opened 1 other pull request in 1 repository
Sheraff/soft-serve-tunes
1
open
Created an issue in total-typescript/ts-reset that received 2 comments
Array .at() on readonly tuples
Unless there is a good reason for typescript not to return the correct type when accessing a tuple with .at it feels like a good candidate for this…
2
comments
201
contributions
in private repositories
Mar 1 – Mar 16





