@adguard/agtree
Version:
Tool set for working with adblock filter lists
16 lines (15 loc) • 453 B
TypeScript
/**
* Common class for the ABP snippet injection body.
* This class contains shared constants and utilities for handling ABP snippet injection bodies.
*/
export declare class AbpSnippetInjectionBodyCommon {
/**
* Error messages used by the parser and generator.
*/
static ERROR_MESSAGES: {
/**
* Error message indicating that an ABP snippet call is empty.
*/
EMPTY_SCRIPTLET_CALL: string;
};
}