import { default } from "https://deno.land/x/date_fns@v2.0.0-alpha.34/isPast/index.js";
Examples
// If today is 6 October 2014, is 2 July 2014 in the past?
var result = isPast(new Date(2014, 6, 2))
//=> true
// If today is 6 October 2014, is 2 July 2014 in the past? var result = isPast(new Date(2014, 6, 2)) //=> true