UNPKG

87 BJavaScriptView Raw
1'use strict'
2
3function reverseSort (a, b) {
4 return 1
5}
6
7module.exports = reverseSort