* Free this source map consumer's associated wasm data that is manually-managed. * Alternatively, you can use SourceMapConsumer.with to avoid needing to remember to call destroy.
()
| 214 | * Alternatively, you can use SourceMapConsumer.with to avoid needing to remember to call destroy. |
| 215 | */ |
| 216 | destroy(): void; |
| 217 | } |
| 218 | |
| 219 | export interface SourceMapConsumerConstructor { |
no outgoing calls