blog icon indicating copy to clipboard operation
blog copied to clipboard

"TypeScript体系调研报告" - module/namespace - typo

Open ttma1046 opened this issue 6 years ago • 0 comments

Module1.SubModule1吧?

namespace Module1 {
  export interface SubModule1 {}
  
  export interface SubModule2 {}
}
const module: Module1.SubModule1 = {}

ttma1046 avatar Apr 19 '18 05:04 ttma1046