Options
All
  • Public
  • Public/Protected
  • All
Menu

Main module file for mmwr-week

Index

Classes

Type aliases

Variables

Type aliases

Epiweek

Epiweek: number

Epiweek in format yyyyww

Variables

weeksInYear

weeksInYear: (Anonymous function) = moize(function(year: number): number {let md = new MMWRDate(year, 1)let ed = new MMWRDate(year, 53)ed.fromMomentDate(ed.toMomentDate())return ed.year === md.year ? 53 : 52})

Memoized function for number of MMWR weeks in a year

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc