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

4 lines
118 B
TypeScript

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