werkbank
    Preparing search index...

    Type Alias MyceliumWorker<C>

    Represents the worker instance returned by createWorker.

    type MyceliumWorker<C> = {
        config: ClientConfig<C>;
    }

    Type Parameters

    • C

      The module configuration type.

    Index

    Properties

    Properties

    config: ClientConfig<C>

    The client-side configuration derived from the worker's module.