Skip to content

Commit 5cf668d

Browse files
authored
Expose engines type (#349)
1 parent f70fdf6 commit 5cf668d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export {
1616
ConnectionStatus,
1717
AbstractEngine,
1818
type Engine,
19+
type Engines,
1920
type EngineEvents,
2021
} from "./engines/abstract.ts";
2122
export { Surreal, Surreal as default } from "./surreal.ts";

0 commit comments

Comments
 (0)