Skip to content

Commit

Permalink
Merge 7a8193a into 27afad8
Browse files Browse the repository at this point in the history
  • Loading branch information
benny-medflyt committed Dec 11, 2017
2 parents 27afad8 + 7a8193a commit 2a89a64
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dist/js-joda.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1156,9 +1156,21 @@ declare namespace JSJoda {

atMonth(monthOrNumber: Month|number): Year

atMonthDay(monthDay: MonthDay): LocalDate

isAfter(other: Year): boolean

isBefore(other: Year): boolean

isLeap(): boolean

length(): number

plus(amountOrNumber: TemporalAmount|number, unit?: TemporalUnit): Year

minus(amountOrNumber: TemporalAmount|number, unit?: TemporalUnit): Year

value(): number
}
class YearMonth extends Temporal {
static from(temporal: TemporalAccessor): YearMonth
Expand Down

0 comments on commit 2a89a64

Please sign in to comment.