Skip to content

Commit

Permalink
chore(types): types-index swing-store
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Oct 1, 2024
1 parent 285a2a8 commit 7a50ef8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/swing-store/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export { makeSnapStore } from './snapStore.js';
export { makeSnapStoreIO } from './snapStoreIO.js';

// eslint-disable-next-line import/export
export * from './types.js';
export * from './types-index.js';
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Types for the public API

// Everything this "exports" actually comes from the neighboring types.d.ts file
// Everything this "exports" actually comes from the neighboring .d.ts twin

// Ensure this is a module.
export {};

0 comments on commit 7a50ef8

Please sign in to comment.