Add docs for new stuff

This commit is contained in:
Jon Staab
2025-08-01 14:32:57 -07:00
parent 1f5f869f7c
commit c6434028a6
5 changed files with 200 additions and 0 deletions
+6
View File
@@ -87,6 +87,12 @@ function addToListPrivately(
list: List,
...tags: string[][]
): Encryptable
// Update list with new tags
function updateList(
list: List,
options: {publicTags?: string[][], privateTags?: string[][]}
): Encryptable
```
## Usage Examples