.eslintrc.js |
|
77 |
browser |
|
|
create_xpi.py |
|
399 |
NormandyTestUtils.sys.mjs |
Combine a list of functions right to left. The rightmost function is passed
to the preceding function as the argument; the result of this is passed to
the next function until all are exhausted. For example, this:
decorate(func1, func2, func3);
is equivalent to this:
func1(func2(func3));
|
9923 |
unit |
|
|