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
| Parameter | Type |
|---|---|
filePath | string |
className | string |
methodName | string |
