Skip to content
View maple5233's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
  • Tencent
  • China

Block or report maple5233

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. Multiple inheritance in typescript Multiple inheritance in typescript
    1
    // uses annotations in ts to achieve effects similar to the default interface implementation
    2
    // thereby achieving multiple inheritance
    3
    // TS使用注解实现类似默认接口实现的效果,从而实现多继承
    4
    
                  
    5
    
                  
  2. Type-safe way in typescript: copy th... Type-safe way in typescript: copy the common key of two objects
    1
    const obj = {
    2
        key1: 1,
    3
        key2: 2,
    4
        key3: 3,
    5
    }
  3. nest-swagger-mock nest-swagger-mock Public

    TypeScript