UNPKG

astro

Version:

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

10 lines (9 loc) 252 B
import { getConfiguredImageService, getImage } from "./internal.js"; import { baseService, isLocalService } from "./services/service.js"; import {} from "./types.js"; export { baseService, getConfiguredImageService, getImage, isLocalService };