0.0.1 • Published 3 years ago

@deskcode/testplugin v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

testplugin

testing

Install

npm install testplugin
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


askPermission()

askPermission() => Promise<{ results: any; }>

Returns: Promise<{ results: any; }>


0.0.1

3 years ago