UNPKG

@boost/config

Version:

Powerful convention based finder, loader, and manager of both configuration and ignore files.

3 lines 194 B
import type { FileType } from '../types'; export declare function createFileName(type: FileType, name: string, ext: string, suffix?: string): string; //# sourceMappingURL=createFileName.d.ts.map