| 5 | */ |
| 6 | |
| 7 | interface BrotliDecodeOptions { |
| 8 | customDictionary: Int8Array|null; |
| 9 | } |
| 10 | |
| 11 | /* GENERATED CODE BEGIN */ |
| 12 | const MAX_HUFFMAN_TABLE_SIZE: Int32Array = Int32Array.from([256, 402, 436, 468, 500, 534, 566, 598, 630, 662, 694, 726, 758, 790, 822, 854, 886, 920, 952, 984, 1016, 1048, 1080]); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…