April 2018
Beginner
536 pages
13h 21m
English
The official TypeScript decorators proposal defines a method property as follows:
The following type declares the signature of a property decorator:
declare type PropertyDecorator = (target: Object, propertyKey: string | symbol) => void;