Skip to content

Commit

Permalink
feat(Cursor): Make methods cursorToData and dataToCursor public
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Oct 31, 2016
1 parent d31c999 commit 1abb97c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
/* @flow */

import { composeWithConnection } from './composeWithConnection';
import { cursorToData, dataToCursor } from './cursor';

export default composeWithConnection;

export {
composeWithConnection
composeWithConnection,
cursorToData,
dataToCursor,
};

0 comments on commit 1abb97c

Please sign in to comment.