function staleIfBefore()

in src/index.js [55:60]


function staleIfBefore (front, limits) {
	return {
		front,
		cutoff: subtract(new Date(), ...limits)
	};
}