| 1 | const $ = query => document.getElementById(query); |
| 2 | const $$ = query => document.body.querySelector(query); |
| 3 | const isURL = text => /^((https?:\/\/|www)[^\s]+)/g.test(text.toLowerCase()); |
| 4 | window.isDownloadSupported = (typeof document.createElement('a').download !== 'undefined'); |
no outgoing calls
no test coverage detected