UNPKG

96 BJavaScriptView Raw
1export const hasCrypto = () => typeof window !== "undefined" && window["crypto"] !== undefined;