UNPKG

ntts

Version:

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

8 lines (6 loc) 157 B
interface ModuleSpecifierRefactorModel { fileEndings: string[], allowJson?: boolean, allowJs?: boolean } export default ModuleSpecifierRefactorModel;