UNPKG

@amgsus/hub-collector

Version:

Collects recent notifications of key during some period of time

11 lines (7 loc) 164 B
/* * Author: A.G. * Date: 2021/11/06 */ import { HubCollector } from "./lib/collector.mjs"; export default HubCollector; export { HubCollector };