UNPKG

283 BJavaScriptView Raw
1const token = "AAAAAAAAAAAAAAAAAAAAAGcIGQEAAAAA4RquKO%2BiwKjvMsy2Wow0ghvQJgA%3D0hyusb40BY47Bl2YvpHJQHJ1daNGs1fXEJnOAHAq4CkpSbirAE";
2const FilteredStream = require('./index').FilteredStream;
3const j = new FilteredStream({token: token});
4j.clearRules().then((res) => console.log(res))