@logixjs/core
    Preparing search index...

    Variable recordConst

    record: (event: Event) => Effect<void, never, never> = Internal.record

    Emit a Debug event to sinks attached to the current Fiber.

    If no sink is provided, the runtime chooses a safe fallback (browser console grouping; node preserves error-class events).

    Type Declaration

      • (event: Event): Effect<void, never, never>
      • Parameters

        • event: Event

        Returns Effect<void, never, never>