Constants

Time conversion constants and shared utility types

Edit and run examples against `[email protected]` in your browser.

Time Conversion Constants

Use built-in constants instead of repeating conversion math

index.ts
Console
Press Run to execute the example.

Typed Time Units

Reuse the shared time-unit types in your own helpers

index.ts
Console
Press Run to execute the example.