UNPKG

ruchy-syntax-tools

Version:

Comprehensive syntax highlighting and language support for the Ruchy programming language

5 lines (4 loc) 120 B
// Keep the identity function around for default iteratees. export default function identity(value) { return value; }