UNPKG

194 BTypeScriptView Raw
1/**
2 * Helper used to know if the given modifier is enabled.
3 */
4import { Options } from '../models';
5export declare function isModifierEnabled(options: Options, modifierName: string): boolean;