Hi, I was wondering if there was a standard way to add helper functions or augment the built-in data types (Array, Date, etc.) in the JavaScript global object used by couch db for map/reduce functions. My motivation here is to add some code for parsing ISO8601 date strings into JavaScript Date objects for the purpose of view collation in multiple views.
Thanks, Dave
