Define custom help objects
Open
feature
help wanted
- Dominant language
- JavaScript
- Stars
- 15.1k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
For example, if I import a function as follows:
```javascript
math.import({
area: function (x, y) {
return x*y
}
})
```
I would like to then define a help object for this new function so I can call `math.help("area")`. Is this possible?
Contributor guide
Assessment
This issue has not been assessed yet.