UNPKG

wander-pretty

Version:

A tool help to quickly use prettier & eslint on an old project.

1 lines 78 B
module.exports = (...fns) => fns.reduce((a, b) => (...args) => a(b(...args)));