(name, reader)
| 109135 | topojson: topojson |
| 109136 | }; |
| 109137 | function formats(name, reader) { |
| 109138 | if (arguments.length > 1) { |
| 109139 | format[name] = reader; |
| 109140 | return this; |
| 109141 | } else return (0, _vegaUtil.hasOwnProperty)(format, name) ? format[name] : null; |
| 109142 | } |
| 109143 | function responseType(type) { |
| 109144 | const f = formats(type); |
| 109145 | return f && f.responseType || "text"; |
no outgoing calls
no test coverage detected