UNPKG

ut-tools

Version:

Build and Release management automation package.

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(); };