first commit
This commit is contained in:
9
app_vue/node_modules/@hapi/hoek/lib/utils.js
generated
vendored
Normal file
9
app_vue/node_modules/@hapi/hoek/lib/utils.js
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
const internals = {};
|
||||
|
||||
|
||||
exports.keys = function (obj, options = {}) {
|
||||
|
||||
return options.symbols !== false ? Reflect.ownKeys(obj) : Object.getOwnPropertyNames(obj); // Defaults to true
|
||||
};
|
Reference in New Issue
Block a user