UNPKG

@antv/util

Version:

> AntV 底层依赖的工具库,不建议在自己业务中使用。

6 lines 176 B
import isNumber from './is-number'; var isNegative = function (num) { return isNumber(num) && num < 0; }; export default isNegative; //# sourceMappingURL=is-negative.js.map