owservable
    Preparing search index...

    Type Alias WorkerType

    type WorkerType = {
        init?: () => Promise<void>;
        work: () => void | Promise<void>;
    }
    Index

    Properties

    Properties

    init?: () => Promise<void>
    work: () => void | Promise<void>