UNPKG

@adguard/agtree

Version:
9 lines (8 loc) 239 B
/** * Validates the noop modifier (i.e. only underscores). * * @param value Value of the modifier. * * @returns True if the modifier is valid, false otherwise. */ export declare const isValidNoopModifier: (value: string) => boolean;