MCPcopy Index your code
hub / github.com/MoonHighway/learning-react / lib.js

File lib.js

chapter-07/mounting-lifecycle-clock/src/lib.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const oneSecond = () => 1000
2const getCurrentTime = () => new Date()
3
4export const abstractClockTime = date =>

Callers

nothing calls this directly

Calls 1

composeFunction · 0.70

Tested by

no test coverage detected