import { default } from "https://deno.land/x/date_fns@v2.22.0/startOfYesterday/index.ts";
Examples
// If today is 6 October 2014:
const result = startOfYesterday()
//=> Sun Oct 5 2014 00:00:00
// If today is 6 October 2014: const result = startOfYesterday() //=> Sun Oct 5 2014 00:00:00