2.0.1 • Published 4 years ago
bawes-plugin-device v2.0.1
bawes-plugin-device
Plugin for BAWES Device
Install
npm install bawes-plugin-device
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>