Function: EnumerableMethod()
EnumerableMethod(
value
:boolean
):MethodDecorator
Defined in: base-decorators.ts:27
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