0.0.3 • Published 2 years ago

plumb5 v0.0.3

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

plumb5

plumb5 plugin for tracking

Install

npm install plumb5
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


getContact(...)

getContact(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>