0.0.1 • Published 3 years ago

caplibnpm v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


toast()

toast() => Promise<void>

0.0.1

3 years ago