/
/
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/once.js
'use strict'; const internals = { wrapped: Symbol('wrapped') }; module.exports = function (method) { if (method[internals.wrapped]) { return method; } let once = false; const wrappedFn = function (...args) { if (!once) { once = true; method(...args); } }; wrappedFn[internals.wrapped] = true; return wrappedFn; };
Ukuran: 401 B