UNPKG

underscore

Version:

JavaScript's functional programming helper library.

5 lines (4 loc) 145 B
// A (possibly faster) way to get the current timestamp as an integer. export default Date.now || function() { return new Date().getTime(); };