(a, b)
| 5920 | |
| 5921 | exports.rcompareIdentifiers = rcompareIdentifiers |
| 5922 | function rcompareIdentifiers (a, b) { |
| 5923 | return compareIdentifiers(b, a) |
| 5924 | } |
| 5925 | |
| 5926 | exports.major = major |
| 5927 | function major (a, loose) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…