typed-typings / npm-ramda

TypeScript's type definitions for Ramda
MIT License
384 stars 64 forks source link

Type '{}[]' is not assignable to type 'string'. [2345] #427

Open JeffreyChan opened 5 years ago

JeffreyChan commented 5 years ago

hi master

I am using @types/ramda

but the vscode show me this Argument of type '(list: ReadonlyArray) => T[]' is not assignable to parameter of type '(x0: {}, x1: {}, x2: {}) => string'.

image

image

How can I solve this problem?