Skip to content

Commit 1abb97c

Browse files
committed
feat(Cursor): Make methods cursorToData and dataToCursor public
1 parent d31c999 commit 1abb97c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/* @flow */
22

33
import { composeWithConnection } from './composeWithConnection';
4+
import { cursorToData, dataToCursor } from './cursor';
45

56
export default composeWithConnection;
67

78
export {
8-
composeWithConnection
9+
composeWithConnection,
10+
cursorToData,
11+
dataToCursor,
912
};

0 commit comments

Comments
 (0)