oxc/crates/oxc_isolated_declarations/tests/snapshots/empty-export.snap

9 lines
247 B
Text

---
source: crates/oxc_isolated_declarations/tests/mod.rs
input_file: crates/oxc_isolated_declarations/tests/fixtures/empty-export.ts
---
==================== .D.TS ====================
type A = string;
export declare function a(): A;
export {};