Skip to content

Commit 0992e92

Browse files
committed
Add Set to array like type
1 parent 97d5785 commit 0992e92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/seed/lang.modern.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { avalon, ohasOwn, inspect } from './core'
33
export { avalon }
44
var rwindow = /^\[object (?:Window|DOMWindow|global)\]$/
5-
var rarraylike = /(Array|List|Collection|Map|Arguments)\]$/
5+
var rarraylike = /(Array|List|Collection|Map|Arguments|Set)\]$/
66

77

88
// avalon.type
@@ -146,4 +146,4 @@ new function welcome() {
146146
if (hasGroup) {
147147
console.groupEnd(welcomeIntro);
148148
}
149-
}
149+
}

0 commit comments

Comments
 (0)