kjelsrud.dev/node_modules/astro/dist/assets/services/sharp.d.ts

4 lines
131 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
import { type LocalImageService } from './service.js';
declare const sharpService: LocalImageService;
export default sharpService;