import { default } from "https://deno.land/x/date_fns@v2.0.0-alpha.32/endOfTomorrow/index.js";
Examples
// If today is 6 October 2014:
var result = endOfTomorrow()
//=> Tue Oct 7 2014 23:59:59.999
// If today is 6 October 2014: var result = endOfTomorrow() //=> Tue Oct 7 2014 23:59:59.999