/export-all-typescript

export-index Visual Studio Code

Primary LanguageTypeScript

Export all typescript

Adds a export for all files in current dir.

output example:

// example output:
export * from './Shape';
export * from './ShapeBox';
export * from './ShapeColor';
export * from './ShapeElement';
export * from './ShapeElementsCategory';
export * from './ShapePage';

Usage

  • Create your index.ts file.

  • In your command palette select "exportAllTypescript"