Google News
logo
TypeScript - Interview Questions
What are import and export keywords in TypeScript?
* Import keyword is used to export declaration. Example: export * from module
* Any variable, function, or type alias can be exported with the export keyword
Advertisement