UNPKG

110 BJavaScriptView Raw
1const hasCrypto = () => typeof window !== "undefined" && window["crypto"] !== void 0;
2export {
3 hasCrypto
4};