microfoom
API referenceFunctions

deriveMethodParameters

Function: deriveMethodParameters()

function deriveMethodParameters(
   filePath, 
   className, 
   methodName): DerivedParameters;

Defined in: packages/microfoom-core/src/schema_derive.ts:250

Derive the parameter schema of className.methodName declared in filePath.

Parameters

ParameterType
filePathstring
classNamestring
methodNamestring

Returns

DerivedParameters

On this page