| 16 | ]; |
| 17 | |
| 18 | interface CompatAdapter { |
| 19 | wbnLength: number; |
| 20 | getResponse(url: string): Response; |
| 21 | destructureBundle(wbn: unknown[]): [any, any, any, any, any, any]; |
| 22 | } |
| 23 | |
| 24 | /** This class represents parsed Web Bundle. */ |
| 25 | export class Bundle { |
no outgoing calls
no test coverage detected