(fn, context)
| 12061 | }; |
| 12062 | } |
| 12063 | function convertQueuingStrategySize(fn, context) { |
| 12064 | assertFunction(fn, context); |
| 12065 | return (chunk) => convertUnrestrictedDouble(fn(chunk)); |
| 12066 | } |
| 12067 | function convertUnderlyingSink(original, context) { |
| 12068 | assertDictionary(original, context); |
| 12069 | const abort = original === null || original === void 0 ? void 0 : original.abort; |
no test coverage detected
searching dependent graphs…