mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
14 lines
483 B
Text
14 lines
483 B
Text
---
|
|
source: crates/oxc_isolated_declarations/tests/mod.rs
|
|
input_file: crates/oxc_isolated_declarations/tests/fixtures/strip-internal.ts
|
|
---
|
|
```
|
|
==================== .D.TS ====================
|
|
|
|
declare class StripInternalClassFields {}
|
|
export { stripInternalFunction, StripInternalClass, StripInternalClassFields };
|
|
export interface StripInternalInterfaceSignatures {}
|
|
export type StripInternalTypeSignatures = {};
|
|
export declare namespace StripInternalNamespaceInner {
|
|
export {};
|
|
}
|