UNPKG

gen-jhipster

Version:

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

5 lines (4 loc) 233 B
import type { ConfigAll } from '../../types/command-all.ts'; import { type Matrix } from './matrix-utils.ts'; export declare const buildClientSamples: (commonConfig?: ConfigAll) => Matrix; export declare const clientSamples: Matrix;