Skip to content
View Hazix00's full-sized avatar

Block or report Hazix00

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. finTech finTech Public

    TypeScript

  2. fifa_2023-nest fifa_2023-nest Public

    TypeScript

  3. ask-about-location ask-about-location Public

    TypeScript 1

  4. express-tinder-backend-clone express-tinder-backend-clone Public

    TypeScript

  5. typescript swagger generics typescript swagger generics
    1
    export type ClassType<T = any> = new (...args: any[]) => T;
    2
    
                  
    3
    interface IPaginated {
    4
      limit?: number;
    5
      offset?: number;
  6. beginner-expressjs-api beginner-expressjs-api Public

    JavaScript