mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-08-05 06:05:40 +00:00
83e7607b1b
* Bump dev * 0.2 * Update docs
183 B
183 B
@polkadot/phishing
import { checkIfDenied } from '@polkadot/phishing';
const isOnDeny = await checkIfDenied(window.location.host);
console.log(`isOnDeny=${isOnDeny}`);