Clipboardy should .toString() the value on copy first
DavyKoravand opened this issue · 1 comments
DavyKoravand commented
When copying a value, it fails when it's a number type. I suggest using .toString() to add number support. I could make a pull request if this would be accepted.
sindresorhus commented
No, the accepted type is a string. It's up to you to convert it to such type.