Date-fns typings don't work?
I'm trying this code:
I can see that they use
I can see that they use
declare module in their typings file, is this causing the issue?declare moduleimport { startOfDay } from "https://esm.sh/date-fns@2.29.3";
// No error?
let foo = startOfDay("foo");