holidefs v0.2.0 Holidefs.Options View Source

Here is the list of options you can send to Holidefs functions:

  • include_informal? - flag to include the informal holidays on the return list. Defaults to false
  • observed? - flag to consider the observed_date of the holidays as the date. Defaults to false

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() ::
  Keyword.t()
  | map()
  | %Holidefs.Options{include_informal?: boolean(), observed?: boolean()}