1 Star 0 Fork 0

Sunny / type-challenges

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.ko.md 1.96 KB
一键复制 编辑 原始数据 按行查看 历史
Keit Oliveira 提交于 2024-02-07 07:59 . i18n: translate to pt-br (#31698)

Get Return Type 보통 #infer #built-in

by Anthony Fu @antfu

도전하기    English 简体中文 日本語 Português (BR)

내장 제네릭 ReturnType<T>을 이를 사용하지 않고 구현하세요.

예시:

const fn = (v: boolean) => {
  if (v)
    return 1
  else
    return 2
}

type a = MyReturnType<typeof fn> // should be "1 | 2"

돌아가기 정답 공유하기 정답 보기
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ztes/type-challenges.git
git@gitee.com:ztes/type-challenges.git
ztes
type-challenges
type-challenges
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891