@adguard/agtree
Version:
Tool set for working with adblock filter lists
10 lines (9 loc) • 338 B
TypeScript
/**
* @file Binary schema version.
*/
/**
* Binary schema version.
* This version number is used to ensure that the binary format is compatible with the current library version.
* We increment this number if the serialized format changes in a way that is not backwards-compatible.
*/
export declare const BINARY_SCHEMA_VERSION = 1;