reflect-metadata
reflect-metadata copied to clipboard
Error TS2394 with Typescript 2.6.1 and "strictFunctionTypes"
Hello!
With Typescript 2.6.1 and "strictFunctionTypes": node_modules/reflect-metadata/Reflect.ts(194,21): error TS2394: Overload signature is not compatible with function implementation.
194 export function decorate(decorators: (PropertyDecorator | MethodDecorator)[], target: any, propertyKey: string | symbol, attributes?: PropertyDescriptor | null): PropertyDescriptor | undefined;