stringify-object icon indicating copy to clipboard operation
stringify-object copied to clipboard

handle all type of symbols as legal js literal

Open GHolk opened this issue 10 months ago • 1 comments

  • well-known symbol are format like Symbol.iterator
  • global registried symbol are format like Symbol.for('name')
  • other symbol are format like Symbol('unique symbol')

close #80.

GHolk avatar Aug 13 '23 04:08 GHolk