Amogh-kal1's picture
Upload folder using huggingface_hub
db75f77 verified
import ascending from "./ascending.js";
export default function(series) {
return ascending(series).reverse();
}