'dayjs' has no exported member named type Dayjs.
When I try to use the dayjs types I get the following error:
Import code:
Import mapping in deno.json:
Which could be the reason?
Thanks for helping me : )
'dayjs' has no exported member named Dayjs. Did you mean isDayjs?Import code:
import dayjs, { Dayjs } from 'dayjs';Import mapping in deno.json:
"dayjs": "https://cdn.skypack.dev/dayjs@^1.11.3"Which could be the reason?
Thanks for helping me : )