/
/
home
/
u523034047
/
domains
/
wasms.shop
/
public_html
/
varified
/
node_modules
/
@hapi
/
hoek
/
lib
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.60
PHP 8.3.30
Dir:
/home/u523034047/domains/wasms.shop/public_html/varified/node_modules/@hapi/hoek/lib
Edit:
/home/u523034047/domains/wasms.shop/public_html/varified/node_modules/@hapi/hoek/lib/bench.js
'use strict'; const internals = {}; module.exports = internals.Bench = class { constructor() { this.ts = 0; this.reset(); } reset() { this.ts = internals.Bench.now(); } elapsed() { return internals.Bench.now() - this.ts; } static now() { const ts = process.hrtime(); return (ts[0] * 1e3) + (ts[1] / 1e6); } };
Ukuran: 401 B