I am using the plugin isToday() to extend the functionality of dayjs() but I don't know how to export isToday() so I can use it in other files.
import isToday from "dayjs/plugin/isToday"; export dayjs.extend(isToday);