build: disable esModuleInterop from TS configuration
[poolifier.git] / src / pools / worker.ts
index 20fac7ccce33fe1b32ac16874b1d721758cef137..35853b7dcf427b8281d65b74399106707b930577 100644 (file)
@@ -144,10 +144,6 @@ export interface WorkerInfo {
    * Started flag.
    */
   started: boolean
-  /**
-   * Shared buffer.
-   */
-  readonly sharedBuffer?: Int32Array
 }
 
 /**