export { areDatesEqual } from './are-dates-equal.cjs'; export { inlineSwitch } from './inline-switch.cjs'; export { isFuture } from './is-future.cjs'; export { isLeapYear } from './is-leap-year.cjs'; export { isNotEmptyRecord } from './is-not-empty-record.cjs'; export { isPast } from './is-past.cjs'; export { isPromise } from './is-promise.cjs'; export { isRecord } from './is-record.cjs'; export { isToday } from './is-today.cjs'; export { isTomorrow } from './is-tomorrow.cjs'; export { isYesterday } from './is-yesterday.cjs'; export { looksLikeBase64 } from './looks-like-base64.cjs'; export { tern } from './tern.cjs'; import '../dates/types.cjs';