Skip to content

Commit

Permalink
Deploying to gh-pages from @ d72f1f4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
koplenov committed Nov 10, 2023
1 parent d2ec00a commit d688ba2
Show file tree
Hide file tree
Showing 13 changed files with 284 additions and 82 deletions.
9 changes: 9 additions & 0 deletions node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1499,6 +1499,15 @@ declare namespace $.$$ {
}
}

declare namespace $ {
class $mol_storage extends $mol_object2 {
static native(): null;
static persisted(next?: boolean): boolean;
static estimate(): number;
static dir(): FileSystemDirectoryHandle;
}
}

declare namespace $ {
class $mol_state_local<Value> extends $mol_object {
static 'native()': Pick<Storage, 'getItem' | 'setItem' | 'removeItem'>;
Expand Down
2 changes: 1 addition & 1 deletion node.deps.json

Large diffs are not rendered by default.

36 changes: 33 additions & 3 deletions node.js

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

2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit d688ba2

Please sign in to comment.