Skip to content

Commit c8c153c

Browse files
authored
Export __table function (#323)
* Export __table function * Rename __table export
1 parent ef8e1df commit c8c153c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/index.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
export {FileAttachments, AbstractFile} from "./fileAttachment.js";
22
export {Library} from "./library.js";
33
export {getArrowTableSchema, isArrowTable} from "./arrow.js";
4-
export {makeQueryTemplate, loadDataSource, arrayIsPrimitive, isDataArray, isDatabaseClient} from "./table.js";
4+
export {
5+
makeQueryTemplate,
6+
loadDataSource,
7+
arrayIsPrimitive,
8+
isDataArray,
9+
isDatabaseClient,
10+
__table as applyDataTableOperations
11+
} from "./table.js";

0 commit comments

Comments
 (0)