Похожие чаты

Is it possible to partially describe a string in TypeScript?

You can describe possible valid inputs for a string using the string literals in the TypeScript types but I am wondering if you can do something more loose. Like describing the prefix needed on an otherwise ambiguous string

3 ответов

22 просмотра

const foostring: `foo${string}` = "foobanana";

Dani- Автор вопроса

Похожие вопросы

Обсуждают сегодня

Карта сайта