Function: EnumerableMethod()
EnumerableMethod(value: boolean): MethodDecorator
Decorator that sets the enumerable property of a class method to the desired value.
Parameters
| Parameter | Type | Description |
|---|
value | boolean | Whether the method should be enumerable or not |
Returns
MethodDecorator
Defined in
base-decorators.ts:27