Function: createPraxisEngine()

August 9, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / createPraxisEngine

Function: createPraxisEngine()

createPraxisEngine<TContext>(options): LogicEngine<TContext>

Defined in: packages/praxis-core/src/engine.ts:444

Create a new Praxis logic engine.

Type Parameters

TContext

TContext = unknown

Parameters

options

PraxisEngineOptions<TContext>

Engine options

Returns

LogicEngine<TContext>

New LogicEngine instance

Contents

  1. 1Type Parameters
  2. 1.1TContext
  3. 2Parameters
  4. 2.1options
  5. 3Returns