fix: export queryWs
This commit is contained in:
parent
81afd2965e
commit
3f8971350e
@ -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>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user