Spaces:
Running
Running
| const compare = require('./compare') | |
| const gt = (a, b, loose) => compare(a, b, loose) > 0 | |
| module.exports = gt | |
| const compare = require('./compare') | |
| const gt = (a, b, loose) => compare(a, b, loose) > 0 | |
| module.exports = gt | |