UNPKG

tslint-clean-code

Version:
14 lines (13 loc) 215 B
declare class SampleImport3 { private import; } declare class SampleImport4 { private var; import: any; } declare class SampleImport5 { import(): void; } interface SampleImport6 { import: any; }