UNPKG

@hisorange/resistor

Version:

Versatily resource load throttler with extensible strategies, configuration and virtual thread management.

9 lines (8 loc) 303 B
export * from './events'; export * from './interfaces/analytics.interface'; export * from './interfaces/config.interface'; export * from './interfaces/strategy.interface'; export * from './interfaces/worker.interface'; export * from './resistor'; export * from './strategies'; export * from './syntax';