test-custom-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

my-custom-plugin

Test plugin

Install

npm install my-custom-plugin
npx cap sync

API

echo(...)

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

Returns: Promise<{ value: string; }>


testPluginMethod(...)

testPluginMethod(options: { msg: string; }) => Promise<{ value: string; }>
Param Type
options { msg: string; }

Returns: Promise<{ value: string; }>


Readme

Keywords

Package Sidebar

Install

npm i test-custom-plugin

Weekly Downloads

6

Version

0.0.2

License

MIT

Unpacked Size

25.4 kB

Total Files

25

Last publish

Collaborators

  • mohamedrafsi
OSZAR »