featurehelp wanted
Repository-Metriken
- Stars
- (15.065 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
For example, if I import a function as follows:
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?