ifunctionformula
@nishans/types / Exports / IFunctionFormula
#
Interface: IFunctionFormula<RT, N, A>#
Type parametersName | Type |
---|---|
RT | TFormulaResultType |
N | TFunctionName |
A | any |
#
Hierarchy- IFunctionFormula
#
Index#
Properties#
Properties#
args• args: A
Defined in: formula.ts:236
#
name• name: N
Defined in: formula.ts:235
#
result_type• result_type: RT
Defined in: formula.ts:234
#
type• type: function
Defined in: formula.ts:233