Checks if the JavaScript runtime is running in a WebKit environment. import isWebKit from "is-webkit"; console.log(isWebKit()); // -> true or false