1.0.0 โข Published 2 years ago
@igor.dvlpr/adblock-filter-counter v1.0.0
adblock-filter-counter
๐ฒ A dead simple npm module that counts Adblock filter rules.๐ฆ
๐ต๐ผโโ๏ธ Usage
Install it by executing:
npm i "@igor.dvlpr/adblock-filter-counter"๐คน๐ผโโ๏ธ API
countRules(rules: string): numberCounts Adblock filter rules found in the provided string.
rules - The Adblock filter string to count rules in.
Returns the number of filter rules.
Throws a TypeError if no input is passed or if it's not a string.
countFileRules(path: PathLike): numberCounts Adblock filter rules found in the provided file.
path - The path to the file that contains the filter rules to count.
Returns the number of filter rules.
Throws an Error if the given path cannot be found.
1.0.0
2 years ago