File tree Expand file tree Collapse file tree 6 files changed +3385
-642
lines changed Expand file tree Collapse file tree 6 files changed +3385
-642
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4
4
5
+ ### [ 1.7.1] ( https://github.com/doesdev/get-scrud/compare/1.7.0...1.7.1 )
6
+
7
+ > 2022-01-17
8
+
9
+ - Update dependencies
10
+
5
11
### [ 1.7.0] ( https://github.com/doesdev/get-scrud/compare/1.6.2...1.7.0 )
6
12
7
13
> 2021-09-22
Original file line number Diff line number Diff line change @@ -11,17 +11,11 @@ var ms__default = /*#__PURE__*/_interopDefaultLegacy(ms);
11
11
function _typeof ( obj ) {
12
12
"@babel/helpers - typeof" ;
13
13
14
- if ( typeof Symbol === "function" && typeof Symbol . iterator === "symbol" ) {
15
- _typeof = function ( obj ) {
16
- return typeof obj ;
17
- } ;
18
- } else {
19
- _typeof = function ( obj ) {
20
- return obj && typeof Symbol === "function" && obj . constructor === Symbol && obj !== Symbol . prototype ? "symbol" : typeof obj ;
21
- } ;
22
- }
23
-
24
- return _typeof ( obj ) ;
14
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol . iterator ? function ( obj ) {
15
+ return typeof obj ;
16
+ } : function ( obj ) {
17
+ return obj && "function" == typeof Symbol && obj . constructor === Symbol && obj !== Symbol . prototype ? "symbol" : typeof obj ;
18
+ } , _typeof ( obj ) ;
25
19
}
26
20
27
21
function _slicedToArray ( arr , i ) {
Original file line number Diff line number Diff line change @@ -4,17 +4,11 @@ import ms from 'pico-ms';
4
4
function _typeof ( obj ) {
5
5
"@babel/helpers - typeof" ;
6
6
7
- if ( typeof Symbol === "function" && typeof Symbol . iterator === "symbol" ) {
8
- _typeof = function ( obj ) {
9
- return typeof obj ;
10
- } ;
11
- } else {
12
- _typeof = function ( obj ) {
13
- return obj && typeof Symbol === "function" && obj . constructor === Symbol && obj !== Symbol . prototype ? "symbol" : typeof obj ;
14
- } ;
15
- }
16
-
17
- return _typeof ( obj ) ;
7
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol . iterator ? function ( obj ) {
8
+ return typeof obj ;
9
+ } : function ( obj ) {
10
+ return obj && "function" == typeof Symbol && obj . constructor === Symbol && obj !== Symbol . prototype ? "symbol" : typeof obj ;
11
+ } , _typeof ( obj ) ;
18
12
}
19
13
20
14
function _slicedToArray ( arr , i ) {
You can’t perform that action at this time.
0 commit comments