Skip to main content
Module

x/polkadot/mod.ts>phishing.checkHost

Package publishing for deno.land/x/polkadot
Go to Latest
function phishing.checkHost
import { phishing } from "https://deno.land/x/polkadot@0.2.12/mod.ts";
const { checkHost } = phishing;

Checks a host to see if it appears in the provided list

Parameters

items: string[]
host: string

Returns

boolean