Skip to content

tyneq


tyneq / MethodDescriptor

Interface: MethodDescriptor

Defined in: src/types/reflection.ts:8

Describes a method (function-valued own property) on a reflected target.

Properties

PropertyModifierTypeDescriptionDefined in
kindreadonly"method"-src/types/reflection.ts:9
namereadonlystring | symbol-src/types/reflection.ts:10
valuereadonlyFunctionThe raw function value.src/types/reflection.ts:12
invokereadonly(thisArg, ...args) => unknownCalls the method with the given this context and arguments.src/types/reflection.ts:14