@deskcode/testplugin
v0.0.1
Published
testing
Readme
testplugin
testing
Install
npm install testplugin
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
askPermission()
askPermission() => Promise<{ results: any; }>Returns: Promise<{ results: any; }>
