Problem: I want to require a specific format for a TypeScript string


Problem: I want to require a specific format for a TypeScript string.

Solution: Template literal type.

Example: In react-switchboard, each state key must start with "sb-". I created a PrefixedKey type to enforce it:

View original on X