mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-18 23:42:10 +00:00
added todos
This commit is contained in:
parent
23b8b816dd
commit
06924775a3
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import { versionedStoreBuilder } from './base.js';
|
||||
|
||||
// TODO implement watched store
|
||||
// TODO implement the store into the rest of the codebase
|
||||
export const store = versionedStoreBuilder()
|
||||
.setKey('test-store')
|
||||
.addVersion({
|
||||
|
|
|
|||
Loading…
Reference in a new issue