0.0.5 • Published 1 year ago

@vorujack/echo v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago