UNPKG

@flexis/favicons

Version:

A tool for generating icons for the modern web.

8 lines 265 B
/** * Add path to file name. * @param path - Path to destination folder. * @param filename - Target file name. * @returns Full path to file. */ export declare function applyPath(path: string, filename: string): string; //# sourceMappingURL=util.d.ts.map