Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
declare global {
2
interface
Date {
3
nextDay(): string;
4
}
5
}
6
7
Date.prototype.nextDay =
function
() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected