Skip to content

Commit 33f6bb6

Browse files
committed
fix syntax
1 parent 68bbaff commit 33f6bb6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_articles/info/api/WebTwain_IO.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3885,8 +3885,8 @@ Load image from the specified storage folder.
38853885
```typescript
38863886
loadFromLocalStorage (
38873887
settings:{
3888-
uid: string,
3889-
password?:string,
3888+
uid: string;
3889+
password?:string;
38903890
}
38913891
): Promise<{oriImageId: string, newImageId: string}[]>;
38923892
```
@@ -3935,8 +3935,8 @@ Remove the specified storage folder.
39353935
```typescript
39363936
removeLocalStorage(
39373937
settings:{
3938-
uid: string,
3939-
password?: string,
3938+
uid: string;
3939+
password?: string;
39403940
}
39413941
): Promise<boolean>;
39423942
```

0 commit comments

Comments
 (0)