$ open source · GPL-3.0 — need a commercial license? imqueue.com →

FunctionType type

The property decorator a decorator factory hands back.

Signature:

export type FunctionType = (...args: any[]) => any;

Remarks

Loose on purpose: it stands for the decorator returned by ColumnIndex and NullableIndex when either is called with options, whose exact parameter list differs between TypeScript's legacy and current decorator emit.