typia icon indicating copy to clipboard operation
typia copied to clipboard

How about `Uint8Array`?

Open samchon opened this issue 2 years ago • 0 comments

When stringify Buffer class of NodeJS, its Buffer.toJSON() method would be utilized.

However, its origin type Uint8Array does not have the toJSON() method and not Array either.

Therefore, test the TSON.stringify<Uint8Array>() function.

samchon avatar Jun 27 '22 06:06 samchon