(info: Info)
| 161 | } |
| 162 | |
| 163 | function writable(info: Info) { |
| 164 | const { plugin_origins: _plugin_origins, ...next } = info |
| 165 | return next |
| 166 | } |
| 167 | |
| 168 | function writableGlobal(info: Info) { |
| 169 | const next = writable(info) |
no outgoing calls
no test coverage detected