UNPKG

vox-core

Version:

Runtime de aplicaciones multiplataforma

4 lines 93 B
var now = function () { return Date.now ? Date.now() : +new Date(); }; exports.now = now;