mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
9 lines
302 B
Text
9 lines
302 B
Text
---
|
|
source: crates/oxc_isolated_declarations/tests/mod.rs
|
|
input_file: crates/oxc_isolated_declarations/tests/fixtures/readonly.ts
|
|
---
|
|
```
|
|
==================== .D.TS ====================
|
|
|
|
export declare const EMPTY_OBJ: { readonly [key: string]: any };
|
|
export declare const EMPTY_ARR: readonly never[];
|