Skip to main content

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.

Left<T> = object
Defined in: src/modules/types.ts:697 Either monad implementation for functional error handling

Type Parameters

Type Parameter
T

Properties

left

left: T
Defined in: src/modules/types.ts:699 Left value
optional right: never
Defined in: src/modules/types.ts:701 Right value placeholder