Skip to content

mathLessThan

判断 a 是否小于 b。

示例

ts
import { mathLessThan } from '@base-web-kits/base-tools-ts';
mathLessThan(1, 2); // => true
mathLessThan(2, 1); // => false

版本

  • 1.0.0 新增