diff --git a/mod.ts b/mod.ts index c8aee46..69cd7be 100644 --- a/mod.ts +++ b/mod.ts @@ -70,7 +70,7 @@ export class FeatureFlags< return this._store; } - get(flag: FeatureFlag) { + get>(flag: Flag): FeatureFlagOption { return this._store[flag]; }