test-js-only-plugin
v0.0.1
Published
A test plugin for test purposes. Has no native code, only JS
Readme
test-js-only-plugin
A test plugin for test purposes. Has no native code, only JS
Install
To use npm
npm install test-js-only-pluginTo use yarn
yarn add test-js-only-pluginAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
