Published onJuly 1, 2022Stricter Types in TypeScript with BrandsTypeScriptTypeScript's types can help ensure you pass the correct data to a function, but sometimes they may not be specific enough. Branded types offer a way to create specialized types from standard primitives.