UNPKG

nanolith

Version:

Multi-threading in no time with seamless TypeScript support.

1 lines 196 B
import{TypedEmitter}from"tiny-typed-emitter";import{cleanPoolConfig}from"./utilities.js";export class PoolItem extends TypedEmitter{options;constructor(t){super(),this.options=cleanPoolConfig(t)}}