Skip to content

Commit a2b2f38

Browse files
committed
exported interface StoreOptions
1 parent 8189446 commit a2b2f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export type Pointer = string;
5959
/**
6060
* The options to create a store.
6161
*/
62-
interface StoreOptions<T> {
62+
export interface StoreOptions<T> {
6363
/**
6464
* A key or "pointer" to the store location in `window.stores`.
6565
*

0 commit comments

Comments
 (0)