UNPKG

mqtt

Version:

A library for the MQTT protocol

7 lines (6 loc) 174 B
import { clearTimeout as clearT, setTimeout as setT } from 'worker-timers'; declare const timers: { set: typeof setT; clear: typeof clearT; }; export default timers;