Skip to content

Commit 889cae2

Browse files
committed
feat(core): add types for init functions in schematics
1 parent e26319c commit 889cae2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/core/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
export * from "./application/nanoforge-factory";
2+
3+
export type { NanoforgeClient } from "./application/nanoforge-client";
4+
export type { NanoforgeServer } from "./application/nanoforge-server";

0 commit comments

Comments
 (0)