IsTomorrow adds the isTomorrow
method to EsDay indicating, if a date is tomorrow.
IsTomorrow has no dependencies on other plugins.
esday().isTomorrow(): boolean
import { esday } from 'esday'
import isTomorrowPlugin from 'esday/plugins/isTomorrow'
esday.extend(isTomorrowPlugin)
esday().isTomorrow()
// Returns false
esday().add(1, 'day').isTomorrow()
// Returns true