0.0.3 • Published 8 months ago
istoun-plugin v0.0.3
istoun-plugin
Istoun Plugin
Install
npm install istoun-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; }>
closeMethod(...)
closeMethod(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>