Skip to content

Function: initRedactEngine()

ts
function initRedactEngine(): Promise<boolean>;

Defined in: packages/core/src/presenter/RedactEngine.ts:184

Pre-load the fast-redact module.

Called during initFusion() boot sequence alongside other optional dependencies. Not required — the engine degrades gracefully if fast-redact is not installed.

Returns

Promise<boolean>

true if fast-redact is available