From 195611ddaa747e54720dd9c77869950fb3a5eec9 Mon Sep 17 00:00:00 2001 From: "Michael J. Radwin" Date: Thu, 27 Apr 2023 11:09:00 -0700 Subject: [PATCH] Another TS fix. Sigh --- types.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.d.ts b/types.d.ts index 3afe20e..b708fa7 100644 --- a/types.d.ts +++ b/types.d.ts @@ -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);