MCPcopy
hub / github.com/doocs/leetcode / Date

Interface Date

solution/2700-2799/2758.Next Day/Solution.ts:2–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare global {
2 interface Date {
3 nextDay(): string;
4 }
5}
6
7Date.prototype.nextDay = function () {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected