decpk

decpk

    Tag

    #utility-type

    Cover Image for Exploring the power of Record<K, V> in TypeScript

    Exploring the power of Record<K, V> in TypeScript

    In Javascript almost everything is an object like Arrays, functions, Date, RegExp Promise etc. You categorise objects into 2 types: With Kn…

    Apr 29, 2024
    Cover Image for Utility types in Typescript

    Utility types in Typescript

    In this series we are going utility types in Typescript which are commonly used. This will help us to perform common transformation. Below a…

    Apr 20, 2024

    decpk