@tdk0718/capacitor-plugin-test
v0.0.1
Published
テスト
Downloads
1
Readme
capacitor-plugin-test
テスト
Install
npm install capacitor-plugin-test
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>