UNPKG

expo-keystore-manager

Version:

A comprehensive Expo config plugin for managing Android release keystore configuration

7 lines (6 loc) 232 B
import { KeystoreOptions } from "../types"; /** * Validates keystore configuration and file existence */ declare const withKeystoreValidation: (config: any, options: KeystoreOptions) => any; export default withKeystoreValidation;