The function that it returns has a call signature, but you told Typescript to completely ignore that by adding : any
in its signature.
The function that it returns has a call signature, but you told Typescript to completely ignore that by adding : any
in its signature.