0.0.1 • Published 3 years ago
caplibnpm v0.0.1
caplibnpm
Test how to publish cap lib to npm
Install
npm install caplibnpm
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
toast()
toast() => Promise<void>
0.0.1
3 years ago