MCPcopy Create free account
hub / github.com/bjsi/incremental-everything / NextRepTimeProps

Interface NextRepTimeProps

src/components/NextRepTime.tsx:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7dayjs.extend(duration);
8
9export interface NextRepTimeProps {
10 rem: IncrementalRem;
11}
12
13export function durationToHumanReadable(duration: any) {
14 return Math.round(duration.asMinutes()) == 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected