UNPKG

339 BTypeScriptView Raw
1export declare const NONE: string[];
2export declare const ALL: string[];
3/**
4 * Determines if the given handler IDs are dirty or not.
5 *
6 * @param dirtyIds The set of dirty handler ids
7 * @param handlerIds The set of handler ids to check
8 */
9export declare function areDirty(dirtyIds: string[], handlerIds: string[] | undefined): boolean;