UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

4 lines (3 loc) 283 B
import type { ImageTransform } from '../types.js'; export declare function propsToFilename(filePath: string, transform: ImageTransform, hash: string): string; export declare function hashTransform(transform: ImageTransform, imageService: string, propertiesToHash: string[]): string;