Skip to content
Snippets Groups Projects
Commit 3be8ee97 authored by Aidan's avatar Aidan
Browse files

Update README.md

parent e885bd86
No related branches found
No related tags found
1 merge request!1Update README.md
Pipeline #4663 failed
...@@ -8,30 +8,3 @@ LevelDB plugin for Capacitor supporting iOS and Android ...@@ -8,30 +8,3 @@ LevelDB plugin for Capacitor supporting iOS and Android
npm install @polycentric/leveldb-capacitor-plugin npm install @polycentric/leveldb-capacitor-plugin
npx cap sync npx cap sync
``` ```
## API
<docgen-index>
* [`echo(...)`](#echo)
</docgen-index>
<docgen-api>
<!--Update the source file JSDoc comments and rerun docgen to update the docs below-->
### echo(...)
```typescript
echo(options: { value: string; }) => Promise<{ value: string; }>
```
| Param | Type |
| ------------- | ------------------------------- |
| **`options`** | <code>{ value: string; }</code> |
**Returns:** <code>Promise&lt;{ value: string; }&gt;</code>
--------------------
</docgen-api>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment