File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11'use strict' ;
22
3- var _typeof5 = typeof Symbol === "function" && typeof Symbol . iterator === "symbol" ? function ( obj ) { return typeof obj ; } : function ( obj ) { return obj && typeof Symbol === "function" && obj . constructor === Symbol && obj !== Symbol . prototype ? "symbol" : typeof obj ; } ;
3+ var _typeof6 = typeof Symbol === "function" && typeof Symbol . iterator === "symbol" ? function ( obj ) { return typeof obj ; } : function ( obj ) { return obj && typeof Symbol === "function" && obj . constructor === Symbol && obj !== Symbol . prototype ? "symbol" : typeof obj ; } ;
4+
5+ var _typeof5 = typeof Symbol === "function" && _typeof6 ( Symbol . iterator ) === "symbol" ? function ( obj ) {
6+ return typeof obj === "undefined" ? "undefined" : _typeof6 ( obj ) ;
7+ } : function ( obj ) {
8+ return obj && typeof Symbol === "function" && obj . constructor === Symbol && obj !== Symbol . prototype ? "symbol" : typeof obj === "undefined" ? "undefined" : _typeof6 ( obj ) ;
9+ } ;
410
511var _typeof4 = typeof Symbol === "function" && _typeof5 ( Symbol . iterator ) === "symbol" ? function ( obj ) {
612 return typeof obj === "undefined" ? "undefined" : _typeof5 ( obj ) ;
You can’t perform that action at this time.
0 commit comments