UNPKG

expo-standard-web-crypto

Version:

A partial implementation of the W3C Crypto API for Expo

7 lines 247 B
declare class Crypto { getRandomValues<TArray extends ArrayBufferView>(values: TArray): TArray; } declare const webCrypto: Crypto; export default webCrypto; export declare function polyfillWebCrypto(): void; //# sourceMappingURL=index.d.ts.map