UNPKG

cspell

Version:

A Spelling Checker for Code!

4 lines 262 B
import type { FeatureFlags } from 'cspell-lib'; export declare function getFeatureFlags(): FeatureFlags; export declare function parseFeatureFlags(flags: string[] | undefined, featureFlags?: FeatureFlags): FeatureFlags; //# sourceMappingURL=featureFlags.d.ts.map