whatsprintisit
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

A library for telling what sprint it is.

This library exports 3 functions:

  • getSprint(date: number | Date | undefined) returns the sprint and week for the given date, or if no date is given, the current date.
  • getSprintSpan(sprint: number) returns the start and end times of the given sprint.
  • getSprintWeekSpan(sprintWeek: { sprint: number, week: number}) returns the start and end of the given week of the given sprint.

This library performs remarkably little sanity checking of its arguments. Garbage in, garbage out.

Readme

Keywords

none

Package Sidebar

Install

npm i whatsprintisit

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

7.3 kB

Total Files

6

Last publish

Collaborators

  • dwilsondwilson