Skip to content

Commit

Permalink
cmd-entity-arg
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jan 7, 2024
1 parent de487b1 commit bd709cb
Show file tree
Hide file tree
Showing 10 changed files with 118 additions and 107 deletions.
2 changes: 1 addition & 1 deletion dist/browser-store.cjs.js

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

2 changes: 1 addition & 1 deletion dist/browser-store.cjs.js.map

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/browser-store.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ declare namespace BrowserStore {
debounce$: boolean;
q: (msg: any, _ctx: any) => any;
ent: (msg: any, _ctx: any) => any;
cmd: (_msg: any, ctx: any) => any;
save: (_msg: any, ctx: any) => "entity" | undefined;
load: (_msg: any, ctx: any) => "entity" | undefined;
list: (_msg: any, ctx: any) => "entity" | undefined;
remove: (_msg: any, ctx: any) => "entity" | undefined;
store: (_msg: any, ctx: any) => any;
name: (_msg: any, ctx: any) => any;
base: (_msg: any, ctx: any) => any;
Expand Down
200 changes: 102 additions & 98 deletions dist/browser-store.es.js

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

Loading

0 comments on commit bd709cb

Please sign in to comment.