Skip to main content
EnumerableMethod(value): (_target, _key, descriptor) => void
Defined in: packages/http-framework/src/lib/decorators/Enumerable.ts:57 Decorator that sets the enumerable property of a class method to the given value.

Parameters

value

boolean Whether the method should be enumerable or not.

Returns

A method decorator. (_target, _key, descriptor) => void

Example