UNPKG

lakutata

Version:

An IoC-based universal application framework.

4 lines (2 loc) 250 B
type MethodDecorator<ClassPrototype, Method, Property = string | symbol> = (target: ClassPrototype, propertyKey: Property, descriptor: TypedPropertyDescriptor<Method>) => TypedPropertyDescriptor<Method> | void; export type { MethodDecorator as M };