UNPKG
@walletconnect/environment
Version:
beta (1.0.0-beta.1)
latest (1.0.1)
1.0.1
1.0.0
1.0.0-beta.1
Environment utilities
github.com/walletconnect/walletconnect-utils
walletconnect/walletconnect-utils
@walletconnect/environment
/
dist
/
esm
/
crypto.d.ts
4 lines
•
205 B
TypeScript
View Raw
1
2
3
4
export
declare
function
getBrowerCrypto
(
):
Crypto
;
export
declare
function
getSubtleCrypto
(
):
SubtleCrypto
;
export
declare
function
isBrowserCryptoAvailable
(
):
boolean
;
//# sourceMappingURL=crypto.d.ts.map