Archived post: posted sometime between 2016 and 2022.

typescript import and export organization

This blog post, like most, is for my own edification. Organizing TypeScript modules is hard for me. These notes are from the official TypeScript module advice .

namespaces

modules

export

import

export advice

import advice

For more details, read the official modules advice from TypeScript .