### What problem does this feature solve? 🥰 Values of `String` `Number` `Object` `Array` can be previewed directly in DevTools. 😥 but `BigInt` is only `"[object BigInt]"`  BigInt has officially become a basic type of JavaScript in ES2020. Could DevTools show it like `String` or `Number`? Thanks a lot