摘要:
Create a type-safe string join utility which can be used like so: const hyphenJoiner = join('-') const result = hyphenJoiner('a', 'b', 'c'); // = 'a-b 阅读全文
posted @ 2022-11-19 20:13
Zhentiw
阅读(41)
评论(0)
推荐(0)
摘要:
Implement a type, UnionToTuple, that converts a union to a tuple. As we know, union is an unordered structure, but tuple is an ordered, which implies 阅读全文
posted @ 2022-11-19 00:52
Zhentiw
阅读(47)
评论(0)
推荐(0)

浙公网安备 33010602011771号