摘要: Implement the String to Union type. Type take string argument. The output should be a union of input letters For example type Test = '123'; type Resul 阅读全文
posted @ 2022-09-16 16:25 Zhentiw 阅读(26) 评论(0) 推荐(0)
摘要: Implement the Absolute type. A type that take string, number or bigint. The output should be a positive number string For example type Test = -100; ty 阅读全文
posted @ 2022-09-16 16:18 Zhentiw 阅读(20) 评论(0) 推荐(0)