@uthaman2525/my-custom-plugin
v0.1.2
Published
ddad
Readme
my-custom-plugin
Cistom Plugin
Install
npm install @uthaman2525/my-custom-plugin
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
testPluginMethod(...)
testPluginMethod(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
