MCPcopy
hub / github.com/date-fns/date-fns / endOfToday

Function endOfToday

pkgs/core/src/endOfToday/index.ts:32–36  ·  view source on GitHub ↗
(
  options?: EndOfTodayOptions<ResultDate>,
)

Source from the content-addressed store, hash-verified

30 * //=> Mon Oct 6 2014 23:59:59.999
31 */
32export function endOfToday<ResultDate extends Date = Date>(
33 options?: EndOfTodayOptions<ResultDate>,
34): ResultDate {
35 return endOfDay(Date.now(), options);
36}

Callers 1

test.tsFile · 0.90

Calls 1

endOfDayFunction · 0.90

Tested by

no test coverage detected