jonschlinkert / is-primitive

Is the typeof value a javascript primitive?
MIT License
37 stars 9 forks source link

add test for Symbol in environments that support it #3

Closed bttmly closed 9 years ago

bttmly commented 9 years ago

From the implementation it's clear that it'll work for ES6 Symbols, but nice to have a test on it. Thanks for the module!

jonschlinkert commented 9 years ago

awesome, thanks so much for the pr!