Skip to content

Commit

Permalink
Another TS fix. Sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Apr 27, 2023
1 parent 644b065 commit 195611d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ declare module '@hebcal/learning' {
/**
* Looks up Chofetz Chaim Calendar for date
*/
export function chofetzChaim(hdate: HDate);
export function chofetzChaim(hdate: HDate): any;

export class ChofetzChaimEvent extends Event {
constructor(date: HDate, reading: any);
Expand Down

0 comments on commit 195611d

Please sign in to comment.