Hhertz/node_modules/mqtt/build/lib/connect/wx.d.ts
2025-07-31 23:47:20 +03:00

7 lines
156 B
TypeScript

import { type StreamBuilder } from '../shared';
declare global {
const wx: any;
}
declare const buildStream: StreamBuilder;
export default buildStream;