@openscript/unplugin-favicons
Version:
Generate favicons for your project with caching for blazing fast rebuilds.
10 lines • 398 B
TypeScript
import type { JobConfig } from "../../types.js";
/**
* @private
*
* Provided a JobConfig object, returns a cache key computed using any
* configuration options for the job and a hash of the source file's contents.
*/
declare const generateCacheKeyForJob: (jobConfig: JobConfig) => Promise<string>;
export default generateCacheKeyForJob;
//# sourceMappingURL=generate-cache-key-for-job.d.ts.map