UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

6 lines (5 loc) 117 B
/** * 判断值是否为偶数 * @return 是否为偶数 */ export default function isEven(num: number): boolean;