jsonpack icon indicating copy to clipboard operation
jsonpack copied to clipboard

fix: properly check for array

Open brunozoric opened this issue 3 years ago • 0 comments

Closes #24

Added isArray function which uses Array.isArray if it exists and checks for array in the prototype if not.

brunozoric avatar Apr 09 '21 08:04 brunozoric