UNPKG

react-native-flip

Version:
10 lines (5 loc) 205 B
'use strict'; const internals = {}; exports.keys = function (obj, options = {}) { return options.symbols !== false ? Reflect.ownKeys(obj) : Object.getOwnPropertyNames(obj); // Defaults to true };