0.4.0 • Published 8 years ago

abp v0.4.0

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

abp

This repository began as a GitHub fork of adblockplus/abp2blocklist.

const abp = require('abp');

abp('./easylistchina.txt', function(error, rules){
  console.log(rules.length);
});

co(function * (){
  const rules = yield abp('./easylistchina.txt');
  console.log(rules.length);
});
0.4.0

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago