Documentation Index
Fetch the complete documentation index at: https://docs.forterulesengine.io/llms.txt
Use this file to discover all available pages before exploring further.
validateFCFunctionInput(Defined in: src/modules/validation.ts:333 Validates foreign call parameters to ensure they are of supported types.input):boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
input | string | string to be validated. |
Returns
boolean
true if input is valid, false if input is invalid.