Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LevelDB Capacitor Plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Polycentric
LevelDB Capacitor Plugin
Compare revisions
e885bd8619fde296d4c1cd0482739fc3cb8281bd to 34f7b7ab00a02c5ad922d9163a2b4dac0148813c
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
polycentric/leveldb-capacitor-plugin
Select target project
No results found
34f7b7ab00a02c5ad922d9163a2b4dac0148813c
Select Git revision
Swap
Target
polycentric/leveldb-capacitor-plugin
Select target project
polycentric/leveldb-capacitor-plugin
1 result
e885bd8619fde296d4c1cd0482739fc3cb8281bd
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Update README.md
· 3be8ee97
Aidan
authored
10 months ago
3be8ee97
Merge branch 'aidan-main-patch-55812' into 'main'
· 34f7b7ab
Aidan
authored
10 months ago
Update README.md See merge request
!1
34f7b7ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+0
-27
0 additions, 27 deletions
README.md
with
0 additions
and
27 deletions
README.md
View file @
34f7b7ab
...
...
@@ -8,30 +8,3 @@ LevelDB plugin for Capacitor supporting iOS and Android
npm
install
@polycentric/leveldb-capacitor-plugin
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
<
{ value: string; }
>
</code>
--------------------
</docgen-api>
This diff is collapsed.
Click to expand it.