fix: export queryWs

This commit is contained in:
xion 2024-09-29 01:11:48 +08:00
parent 81afd2965e
commit 3f8971350e

View File

@ -1,6 +1,6 @@
import { adapter } from './adapter.ts'; import { adapter } from './adapter.ts';
import { QueryWs } from './ws.ts'; import { QueryWs } from './ws.ts';
export { QueryOpts }; export { QueryOpts, QueryWs };
type Fn = (opts: { type Fn = (opts: {
url?: string; url?: string;
headers?: Record<string, string>; headers?: Record<string, string>;