mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-06 09:10:30 +00:00
* [jexl] TransformFunction accepts multiple args The jexl documentation only has examples of zero- and one-argument Transforms, but internally all args are passed through with `Function#apply`. * update addTransform jsdoc