UNPKG

ruchy-syntax-tools

Version:

Comprehensive syntax highlighting and language support for the Ruchy programming language

11 lines (7 loc) 246 B
define(['./underscore'], function (underscore) { // Helper function to continue chaining intermediate results. function chainResult(instance, obj) { return instance._chain ? underscore(obj).chain() : obj; } return chainResult; });