import { default } from "https://deno.land/x/date_fns@v2.0.0-beta.3/endOfHour/index.js";
Examples
// The end of an hour for 2 September 2014 11:55:00:
var result = endOfHour(new Date(2014, 8, 2, 11, 55))
//=> Tue Sep 02 2014 11:59:59.999
// The end of an hour for 2 September 2014 11:55:00: var result = endOfHour(new Date(2014, 8, 2, 11, 55)) //=> Tue Sep 02 2014 11:59:59.999