mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
4 lines
128 B
JavaScript
4 lines
128 B
JavaScript
// currently has wrong number of elements (iterator issue?)
|
|
|
|
result = JSON.stringify(new Uint8Array(1))=="new Uint8Array([0])";
|