dtsgenerator icon indicating copy to clipboard operation
dtsgenerator copied to clipboard

[Question] Is it possible to export the namespace?

Open Vivi-Ornitier opened this issue 2 years ago • 1 comments

Is it possible to export the namespace?

Example:

export declare namespace Foo {
  export interface Bar {
    ...
  }
}

Vivi-Ornitier avatar May 25 '22 08:05 Vivi-Ornitier

It can't do that now. It's the same proposal as this one: https://github.com/dtsgenerator/replace-namespace/pull/12

Let me consider this suggestion for a moment.

horiuchi avatar May 25 '22 15:05 horiuchi