snyk
Version:
snyk library and cli utility
5 lines (4 loc) • 313 B
TypeScript
import { OrgFeatureFlagResponse } from './types';
import { Options } from '../types';
export declare function isFeatureFlagSupportedForOrg(featureFlag: string, org: any): Promise<OrgFeatureFlagResponse>;
export declare function hasFeatureFlag(featureFlag: string, options: Options): Promise<boolean | undefined>;