Skip to content

Commit

Permalink
Merge pull request #7 from js-items/develop
Browse files Browse the repository at this point in the history
fix: changed cursor interface
  • Loading branch information
mariocoski authored Sep 3, 2019
2 parents 9d3247c + cde86ea commit 92bc917
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/Cursor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ export const start = undefined;

type Cursor = string | typeof start;


export default Cursor;

0 comments on commit 92bc917

Please sign in to comment.