0.0.5 • Published 2 months ago

@vorujack/echo v0.0.5

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

echo

No description

Install

npm install echo
npx cap sync

API

echo(...)

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

Returns: Promise<{ value: string; }>


echo2(...)

echo2(options: { name: string; content: string; }) => Promise<{ res: string; }>
ParamType
options{ name: string; content: string; }

Returns: Promise<{ res: string; }>


0.0.3

2 months ago

0.0.5

2 months ago

0.0.4

2 months ago

0.0.2

3 months ago

0.0.1

3 months ago