UNPKG

generator-begcode

Version:

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

5 lines (4 loc) 242 B
import type { InfoFile } from '../../generators/info/support/extract-info.js'; export declare const prepareSample: (projectFolder: string, files: InfoFile[], { removeBlueprints }?: { removeBlueprints?: boolean; }) => Promise<InfoFile[]>;