We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d5785 commit 0992e92Copy full SHA for 0992e92
src/seed/lang.modern.js
@@ -2,7 +2,7 @@
2
import { avalon, ohasOwn, inspect } from './core'
3
export { avalon }
4
var rwindow = /^\[object (?:Window|DOMWindow|global)\]$/
5
-var rarraylike = /(Array|List|Collection|Map|Arguments)\]$/
+var rarraylike = /(Array|List|Collection|Map|Arguments|Set)\]$/
6
7
8
// avalon.type
@@ -146,4 +146,4 @@ new function welcome() {
146
if (hasGroup) {
147
console.groupEnd(welcomeIntro);
148
}
149
-}
+}
0 commit comments