typefusion
    Preparing search index...

    Variable DependencyGraphGenerationErrorConst

    DependencyGraphGenerationError: new (
        args: { cause: unknown; message: string },
    ) => YieldableError & { _tag: "DependencyGraphGenerationError" } & Readonly<
        { cause: unknown; message: string },
    > = ...