Back to Type Challenges

README

questions/10969-medium-integer/README.md

latest1.3 KB
Original Source
<!--info-header-start--><h1>Integer </h1><blockquote><p>by HuaBing <a href="https://github.com/hbcraft" target="_blank">@hbcraft</a></p></blockquote><p><a href="https://tsch.js.org/10969/play" target="_blank"></a> &nbsp;&nbsp;&nbsp;<a href="./README.zh-CN.md" target="_blank"></a> </p><!--info-header-end-->

Please complete type Integer<T>, type T inherits from number, if T is an integer return it, otherwise return never.

<!--info-footer-start-->

<a href="../../README.md" target="_blank"></a> <a href="https://tsch.js.org/10969/answer" target="_blank"></a> <a href="https://tsch.js.org/10969/solutions" target="_blank"></a> <!--info-footer-end-->