Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
schummar committed Apr 8, 2022
1 parent 2c9607b commit 38fc2b1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
36 changes: 17 additions & 19 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
export { asyncStore } from './core/asyncStore';
export type { AsyncAction, AsyncCollection, AsyncStore, AsyncStoreOptions, AsyncStoreValue, Time } from './core/asyncStore';
export type { AsyncAction, AsyncCollection, AsyncStore, AsyncStoreOptions, AsyncStoreValue } from './core/asyncStore';
export { computed } from './core/computed';
export { once } from './core/once';
export { store } from './core/store';
export type { BoundStoreActions, StoreActions } from './core/store';
export { arrayActions, mapActions, recordActions, setActions } from './core/storeActions';
export { calcTime } from './lib/calcTime';
export { persist } from './persist/persist';
export type { PersistOptions } from './persist/persistOptions';
export type { PersistPath } from './persist/persistPath';
export type { PersistStorage } from './persist/persistStorage';
export type { Cancel, Listener, Store, SubscribeOptions } from './types';
export type { BaseStore, Cancel, Effect, Listener, Store, SubscribeOptions, Time } from './types';
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"types": ["vite/client"],
"skipLibCheck": true
},
"include": ["src", "src-new"]
"include": ["src"]
}

0 comments on commit 38fc2b1

Please sign in to comment.