We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d3247c + cde86ea commit 92bc917Copy full SHA for 92bc917
src/interfaces/Cursor.ts
@@ -2,4 +2,5 @@ export const start = undefined;
2
3
type Cursor = string | typeof start;
4
5
+
6
export default Cursor;
0 commit comments