Skip to content

Commit c742d33

Browse files
authored
Export inferSchema (#358)
1 parent 9fc31ee commit c742d33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ export {
99
isDataArray,
1010
isDatabaseClient,
1111
__table as applyDataTableOperations,
12-
getTypeValidator
12+
getTypeValidator,
13+
inferSchema
1314
} from "./table.js";

0 commit comments

Comments
 (0)