Skip to content

Commit 2b51ce3

Browse files
Jakub Jankowskimarbemac
authored andcommitted
feat: export renderSchema and mergeAllOf functions (#63)
1 parent 90212df commit 2b51ce3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from './components';
22
export * from './types';
3+
export * from './utils';

src/utils/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export * from './renderSchema';
2+
export * from './mergeAllOf';

0 commit comments

Comments
 (0)