Fully Typesafe SDK
GrowthBook client-side SDKs have always been written in 100% Typescript, which provides a great baseline level of type safety. Trying to use a numeric feature flag value as a string? Get a compile-time error.
const value: string = gb.getFeatureValue(...
blog.growthbook.io3 min read