@alextfernandes/myvestplugin
v0.0.24
Published
check has vest on
Maintainers
Readme
@alextfernandes/myvestplugin
check has vest on
Install
npm install @alextfernandes/myvestplugin
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
checkVestPluginMethod(...)
checkVestPluginMethod(options: { imageString: string; showLogs?: boolean; }) => Promise<VestCheckResult>| Param | Type |
| ------------- | --------------------------------------------------------- |
| options | { imageString: string; showLogs?: boolean; } |
Returns: Promise<VestCheckResult>
Interfaces
VestCheckResult
| Prop | Type |
| ---------------- | -------------------- |
| hasVest | boolean |
| message | string |
| confidence | number |
