"use strict"; const R = require("ramda"); module.exports = R.reduce((acc, value) => { return (R.path([0, "lastModifiedDate"], value) > acc) ? value[0].lastModifiedDate : acc; });