Skip to main content

RemoteWorker

@microblink/blinkid


@microblink/blinkid / RemoteWorker

Type Alias: RemoteWorker

RemoteWorker = ReturnType<typeof createProxyWorker>

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.