Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 357 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 357 Bytes

An Actionscript 3 port of underscore.js. A few implementation details are different, but the core functionality remains the same. Just import com.alanmacdougall.underscore._ at the top of your script, then use just like you would use underscore.js. (A copy of underscore.js itself is included for comparison.)