* Parse content as a JSON object and return its entries. Null if content * doesn't parse, isn't an object, is too large, or has 0/too-many keys.
(t0)
| 256 | * doesn't parse, isn't an object, is too large, or has 0/too-many keys. |
| 257 | */ |
| 258 | function _temp2(t0) { |
| 259 | const [k_0] = t0; |
| 260 | return stringWidth(k_0); |
| 261 | } |
| 262 | function _temp(t0) { |
| 263 | const [k, v] = t0; |
| 264 | return `${k}: ${v}`; |
nothing calls this directly
no outgoing calls
no test coverage detected