maxgherman/TypeIOC

View on GitHub
docs/typeioc.icallinfo.invoke.md

Summary

Maintainability
Test Coverage
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [typeioc](./typeioc.md) &gt; [ICallInfo](./typeioc.icallinfo.md) &gt; [invoke](./typeioc.icallinfo.invoke.md)

## ICallInfo.invoke property

Invokes original subject member

<b>Signature:</b>

```typescript
invoke: (args?: any | any[]) => any | void;
```