|
1 | 1 | /**
|
2 | 2 | * easytimer.js
|
3 |
| - * Generated: 2021-09-24 |
4 |
| - * Version: 4.5.1 |
| 3 | + * Generated: 2022-02-12 |
| 4 | + * Version: 4.5.3 |
5 | 5 | */
|
6 | 6 |
|
7 | 7 | (function (global, factory) {
|
|
15 | 15 |
|
16 | 16 | if (Object.getOwnPropertySymbols) {
|
17 | 17 | var symbols = Object.getOwnPropertySymbols(object);
|
18 |
| - |
19 |
| - if (enumerableOnly) { |
20 |
| - symbols = symbols.filter(function (sym) { |
21 |
| - return Object.getOwnPropertyDescriptor(object, sym).enumerable; |
22 |
| - }); |
23 |
| - } |
24 |
| - |
25 |
| - keys.push.apply(keys, symbols); |
| 18 | + enumerableOnly && (symbols = symbols.filter(function (sym) { |
| 19 | + return Object.getOwnPropertyDescriptor(object, sym).enumerable; |
| 20 | + })), keys.push.apply(keys, symbols); |
26 | 21 | }
|
27 | 22 |
|
28 | 23 | return keys;
|
29 | 24 | }
|
30 | 25 |
|
31 | 26 | function _objectSpread2(target) {
|
32 | 27 | for (var i = 1; i < arguments.length; i++) {
|
33 |
| - var source = arguments[i] != null ? arguments[i] : {}; |
34 |
| - |
35 |
| - if (i % 2) { |
36 |
| - ownKeys(Object(source), true).forEach(function (key) { |
37 |
| - _defineProperty(target, key, source[key]); |
38 |
| - }); |
39 |
| - } else if (Object.getOwnPropertyDescriptors) { |
40 |
| - Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); |
41 |
| - } else { |
42 |
| - ownKeys(Object(source)).forEach(function (key) { |
43 |
| - Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); |
44 |
| - }); |
45 |
| - } |
| 28 | + var source = null != arguments[i] ? arguments[i] : {}; |
| 29 | + i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { |
| 30 | + _defineProperty(target, key, source[key]); |
| 31 | + }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { |
| 32 | + Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); |
| 33 | + }); |
46 | 34 | }
|
47 | 35 |
|
48 | 36 | return target;
|
|
51 | 39 | function _typeof(obj) {
|
52 | 40 | "@babel/helpers - typeof";
|
53 | 41 |
|
54 |
| - if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { |
55 |
| - _typeof = function (obj) { |
56 |
| - return typeof obj; |
57 |
| - }; |
58 |
| - } else { |
59 |
| - _typeof = function (obj) { |
60 |
| - return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; |
61 |
| - }; |
62 |
| - } |
63 |
| - |
64 |
| - return _typeof(obj); |
| 42 | + return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { |
| 43 | + return typeof obj; |
| 44 | + } : function (obj) { |
| 45 | + return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; |
| 46 | + }, _typeof(obj); |
65 | 47 | }
|
66 | 48 |
|
67 | 49 | function _defineProperty(obj, key, value) {
|
|
0 commit comments