I hereby claim:
- I am cramhead on github.
- I am marcdentremont (https://keybase.io/marcdentremont) on keybase.
- I have a public key ASCDthhnXfGUSAeNLgPUxtemb25OPFR_QrgF5ztWaE633go
To claim this, I am signing this object:
Prints nested arrays as one string. Handy for Quokka.js | |
``` | |
function printNestedArray(arr, depth = 0) { | |
let result = '' | |
const indent = ' '.repeat(depth)); | |
if (Array.isArray(arr)) { | |
result = result + `\n${indent}[` | |
for (const item of arr) { |
I hereby claim:
To claim this, I am signing this object: