// Interesting Typescript Topics // types import './types'; // interface import './interfaces'; // modularity import './modules'; // generics import './generics'; // await / async import './async'; // spread syntax import './spread';