Skip to content
View Emiltayeb's full-sized avatar
Block or Report

Block or report Emiltayeb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Type Advance types - array intersec... Type Advance types - array intersection
    1
    // Construct a type that checks if 2 array are interscting
    2
    
    
    3
    type ToUnion<T extends unknown[]> = T[number];
    4
    
    
    5
    type IntersectionArrays<T extends any[], U extends any[]> =  T["length"] extends 0 ? true :
  2. bus-driver bus-driver Public

    TypeScript 1

  3. Machete Machete Public

    TypeScript

  4. airtableClone airtableClone Public

    SCSS 3

  5. pdf-learner pdf-learner Public

    Learn form any pdf, page by page, day by day

    TypeScript

  6. regex-in-english regex-in-english Public

    regex-in-english

    TypeScript