UNPKG

snyk

Version:

snyk library and cli utility

3 lines (2 loc) 156 B
import { OrgFeatureFlagResponse } from './types'; export declare function fetchFeatureFlag(featureFlag: string, org: any): Promise<OrgFeatureFlagResponse>;