Skip to content

Commit 70f20a3

Browse files
committed
Make new functions available to consumers of NPM package
1 parent 484f568 commit 70f20a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ export {
1616
// Helpers for creating connections from arrays
1717
export {
1818
connectionFromArray,
19+
connectionFromArraySlice,
1920
connectionFromPromisedArray,
21+
connectionFromPromisedArraySlice,
2022
cursorForObjectInConnection,
2123
cursorToOffset,
2224
} from './connection/arrayconnection.js';

0 commit comments

Comments
 (0)