find conversion
Open
- Dominant language
- JavaScript
- Stars
- 132
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Should be able to search the type system and find the right conversion.
Trivial example:
```
echo '127.0.0.1' | transform ip-address hex
# ip-address -> ip-address-buffer -> hex
# ip-address [str] -> [str] ip-address-buffer [buffer] -> [buffer] hex [str]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.