Skip to content

Commit

Permalink
export the iterator
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <[email protected]>
  • Loading branch information
stevecassidy committed Nov 6, 2023
1 parent 7876f66 commit c798242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import {
getRecordsByType,
getRecordsWithRegex,
listFAIMSRecordRevisions,
notebookRecordIterator,
setRecordAsDeleted,
upsertFAIMSData,
} from './data_storage';
Expand Down Expand Up @@ -83,6 +84,7 @@ export {
isEqualFAIMS,
listFAIMSRecordRevisions,
mergeHeads,
notebookRecordIterator,
resolve_project_id,
saveUserMergeResult,
setRecordAsDeleted,
Expand Down

0 comments on commit c798242

Please sign in to comment.