Skip to content

Commit

Permalink
Export Storage from index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Mar 16, 2024
1 parent 2d33edf commit 7e1cbeb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* global global */
import ElementView from './element.js';
import EventEmitter from './eventemitter.js';
import Storage from './storage.js';
import { Collection } from './collection.js';
import { Model } from './model.js';
import { sync } from './helpers.js';
Expand Down Expand Up @@ -41,5 +42,6 @@ export {
ElementView,
EventEmitter,
Model,
Storage,
sync,
}
3 changes: 2 additions & 1 deletion src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { Collection } from './collection.js';
import ElementView from './element.js';
import EventEmitter from './eventemitter.js';
import { Model } from './model.js';
import Storage from './storage.js';
import { sync } from './helpers.js';
export { Collection, ElementView, EventEmitter, Model, sync };
export { Collection, ElementView, EventEmitter, Model, Storage, sync };
//# sourceMappingURL=index.d.ts.map
2 changes: 1 addition & 1 deletion src/types/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e1cbeb

Please sign in to comment.