Skip to content

Commit

Permalink
Deployed using Blazing fast GitHub Pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Nov 10, 2023
1 parent 8fa418e commit 2e26df5
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 @@ -1048,6 +1048,15 @@ declare namespace $.$$ {
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 2e26df5

Please sign in to comment.