source:
frontend/node_modules/semver/functions/lte.js
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 127 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 1 | 'use strict' |
| 2 | ||
| 3 | const compare = require('./compare') | |
| 4 | const lte = (a, b, loose) => compare(a, b, loose) <= 0 | |
| 5 | module.exports = lte |
Note:
See TracBrowser
for help on using the repository browser.
