We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc31ee commit c742d33Copy full SHA for c742d33
src/index.js
@@ -9,5 +9,6 @@ export {
9
isDataArray,
10
isDatabaseClient,
11
__table as applyDataTableOperations,
12
- getTypeValidator
+ getTypeValidator,
13
+ inferSchema
14
} from "./table.js";
0 commit comments