Cleanup linting & docs (#1)

* Cleanup linting & docs

* Cleanup build
This commit is contained in:
Jaco Greeff
2020-09-21 15:22:00 +02:00
committed by GitHub
parent 314bf6f252
commit e7f1e3bd57
11 changed files with 68 additions and 11 deletions
+9
View File
@@ -0,0 +1,9 @@
# @polkadot/phishing
```js
import loadAndCheck from '@polkadot/phishing';
const isOnDeny = await retrieveCheckDeny(window.location.host);
console.log(`isOnDeny=${isOnDeny}`);
```