IOTConnect-Web/node_modules/worker-timers-broker/build/es2019/guards/clear-response.d.ts
2024-05-09 09:49:52 +08:00

3 lines
209 B
TypeScript

import { IClearResponse, TWorkerMessage } from 'worker-timers-worker';
export declare const isClearResponse: (message: TWorkerMessage) => message is IClearResponse;
//# sourceMappingURL=clear-response.d.ts.map