UNPKG

@alicloud/ros-cdk-cxapi

Version:

Aliyun SDK Copyright (C) Alibaba Cloud Computing All rights reserved. http://www.aliyun.com

6 lines (4 loc) 124 B
'use strict' const compare = require('./compare') const gt = (a, b, loose) => compare(a, b, loose) > 0 module.exports = gt