namespace typescript

Estimated reading time: 1 minute

Namespace

Basically namespace is represent file/directory name . modules is better then namespace. Namespace use for For reducing kollision of directory name.

Module is better then namespace

node.js, js, typescript, ts