overlapsDay(day: string): ((row: IntervalRow) => boolean)
Whether a stored booking overlaps one day. String comparison mirrors the SQLite overlap check byte-for-byte.
((row: IntervalRow) => boolean)
overlapsDay(day: string): ((row: IntervalRow) => boolean)
Whether a stored booking overlaps one day. String comparison mirrors the SQLite overlap check byte-for-byte.
((row: IntervalRow) => boolean)
import { overlapsDay } from "doc.ts";