Severian's picture
Upload 7464 files
c211499
raw
history blame contribute delete
115 Bytes
import ascending from "./ascending.js";
export default function(series) {
return ascending(series).reverse();
}