RemoteWorker
@microblink/blinkid / RemoteWorker
Type Alias: RemoteWorker
RemoteWorker =
ReturnType<typeofcreateProxyWorker>
Represents a remote worker instance.
This type is the return type of the createProxyWorker function, which creates a Comlink-proxied Web Worker. It simplifies the type to remove unnecessary complexity.