texttostructure
v0.0.1
Published
abc
Downloads
3
Readme
texttostructure
abc
Install
npm install texttostructure
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>