UNPKG

gen-jhipster

Version:

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

5 lines (4 loc) 384 B
import type { ConfigAll } from '../../types/command-all.ts'; import { type Matrix, type MatrixInput } from './matrix-utils.ts'; export declare const buildServerMatrix: (matrix?: MatrixInput<ConfigAll>) => Matrix<ConfigAll>; export declare const buildServerSamples: (commonConfig?: Record<string, unknown>, matrix?: Record<string, unknown>) => Record<string, Record<string, unknown>>;