UNPKG

react-native-quick-crypto

Version:

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

4 lines 240 B
import type { ConfigPlugin } from 'expo/config-plugins'; import type { ConfigProps } from './@types'; export declare function createRNQCPlugin(name: string, version: string): ConfigPlugin<ConfigProps>; //# sourceMappingURL=withRNQC.d.ts.map