forked from enviPath/enviPy
Current Dev State
This commit is contained in:
4
static/js/ketcher2/node_modules/right-now/index.js
generated
vendored
Normal file
4
static/js/ketcher2/node_modules/right-now/index.js
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
module.exports = function now() {
|
||||
var time = process.hrtime()
|
||||
return time[0] * 1e3 + time[1] / 1e6
|
||||
}
|
||||
Reference in New Issue
Block a user