Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bombshell-dev/clack
/ fmt
Function
fmt
examples/basic/date.ts:17–17 ·
view source on GitHub ↗
(d: Date)
Source
from the content-addressed store, hash-verified
15
}
16
17
const
fmt = (d: Date) => d.toISOString().slice(0, 10);
18
p.outro(`Selected date: ${color.cyan(fmt(result))}`);
19
}
20
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected