[ci] format

This commit is contained in:
Princesseuh 2023-04-03 16:13:44 +00:00 committed by fredkbot
parent 2f2e572e93
commit 366decbe33

View file

@ -1,6 +1,7 @@
import { AstroError, AstroErrorData } from '../../core/errors/index.js';
import { VALID_INPUT_FORMATS } from '../consts.js';
import { isESMImportedImage } from '../internal.js';import type { ImageOutputFormat, ImageTransform } from '../types.js';
import { isESMImportedImage } from '../internal.js';
import type { ImageOutputFormat, ImageTransform } from '../types.js';
export type ImageService = LocalImageService | ExternalImageService;