diff --git a/types/ramda/index.d.ts b/types/ramda/index.d.ts index c538d555a0..1aeaab905d 100644 --- a/types/ramda/index.d.ts +++ b/types/ramda/index.d.ts @@ -1438,7 +1438,7 @@ declare namespace R { * Note: TS1.9 # replace any by dictionary */ prop(p: string, obj: any): T; - prop(p: string): (obj: any) => T; + prop(p: string): (obj: any) => T; /** * Determines whether the given property of an object has a specific