Types

Types

Tagged типы

attachments/Pasted image 20240605021242.png

Literal String Union Autocomplete

https://github.com/microsoft/TypeScript/issues/29729

export type TPageType = 'living_complex_desktop' 
	| 'living_complex_mobile'
	| (string & Record<never, never>);

https://twitter.com/mattpocockuk/status/1546927588660191232?t=fvfkqnF3uExHoV5erJiWOg&s=19

Сборка вебпака index.ts barrel-файлов

Twit|embed

attachments/Pasted image 20230914160335.png

Builder паттерн

https://twitter.com/mattpocockuk/status/1739961623488450631

attachments/Pasted image 20231228002027.png