UNPKG

react-native-quick-crypto

Version:

A fast implementation of Node's `crypto` module written in C/C++ JSI

9 lines 250 B
import { Subtle } from './subtle'; import { CryptoKey } from './keys'; declare const _default: { subtle: Subtle; SubtleCrypto: typeof Subtle; CryptoKey: typeof CryptoKey; }; export default _default; //# sourceMappingURL=webcrypto.d.ts.map