UNPKG

vue-simple-range-slider

Version:

Change Your numeric value or numeric range value with dragging handles

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 };