/
home
/
infinitibizsol
/
autocrm.infinitibizsol.com
/
node_modules
/
@hapi
/
hoek
/
lib
/
File Upload :
llllll
Current File: /home/infinitibizsol/autocrm.infinitibizsol.com/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; };
Copyright ©2k19 -
Hexid
|
Tex7ure