UNPKG

@kaspersky/dev-tools

Version:

Development tools and configs for Babel, ESLint and TypeScript

10 lines (9 loc) 299 B
declare function _exports(featureFlagConfigMapPath?: string): { isPluginServerFeatureEnabled: ({ featureName }: { featureName: any; }) => boolean; isPluginUserFeatureEnabled: ({ featureName }: { featureName: any; }, connection: any) => boolean; }; export = _exports;