UNPKG

ntts

Version:

A CLI tool for refactoring an existing NodeJs application to a fully functional TypeScript application.

9 lines (7 loc) 162 B
interface ExportedVariableModel { name: string; alias?: string; directExport?: boolean; defaultExport?: boolean; } export default ExportedVariableModel;