UNPKG

ruchy-syntax-tools

Version:

Comprehensive syntax highlighting and language support for the Ruchy programming language

6 lines (4 loc) 172 B
import createReduce from './_createReduce.js'; // **Reduce** builds up a single result from a list of values, aka `inject`, // or `foldl`. export default createReduce(1);