HarmoWatch/redux-decorators

View on GitHub
src/generic/decorator/method/generic-decorator-method.type.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type GenericDecoratorMethod<T> = (target: object,
                                         propertyKey: string | symbol,
                                         descriptor: TypedPropertyDescriptor<T>) => void;