摘要: Implement CamelCase<T> which converts snake_case string to camelCase. For example type camelCase1 = CamelCase<'hello_world_with_types'> // expected to 阅读全文
posted @ 2022-11-12 17:28 Zhentiw 阅读(28) 评论(0) 推荐(0)
摘要: Implement a type that adds a new field to the interface. The type takes the three arguments. The output should be an object with the new field. For ex 阅读全文
posted @ 2022-11-12 17:02 Zhentiw 阅读(19) 评论(0) 推荐(0)