UNPKG

gen-jhipster

Version:

VHipster - Spring Boot + Angular/React/Vue in one handy generator

8 lines (7 loc) 236 B
import type { ValidationResult } from '../../base-core/api.d.ts'; /** * Generate a KeyStore. */ export declare function generateKeyStore(keyStoreFile: string, { packageName }: { packageName: string; }): Promise<ValidationResult>;