We're a place where coders share, stay up-to-date and grow their careers.
Generics in Typescript!
Definitely shows me how I could use typescript more efficiently in the future.
const person: Sunny<Nice!> = new Person() 😉
const person: Sunny<Nice!> = new Person()
Generics in Typescript!
Definitely shows me how I could use typescript more efficiently in the future.
const person: Sunny<Nice!> = new Person()
😉