duration-fns icon indicating copy to clipboard operation
duration-fns copied to clipboard

Functions for working with durations.

Results 4 duration-fns issues
Sort by recently updated
recently updated
newest added

```ts d.between(new Date("2024-02-27"), new Date("2024-03-02")) { years: 0, months: 1, weeks: 0, days: -25, hours: 0, minutes: 0, seconds: 0, milliseconds: 0 } ```

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi there, great job with this library! Just one problem I'm having involves converting to single units. Would it be possible to add a date reference for conversions like you...