UNPKG

astro

Version:

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

5 lines (4 loc) 198 B
import type { ErrorHandler, FontTypeExtractor } from '../definitions.js'; export declare function createFontTypeExtractor({ errorHandler, }: { errorHandler: ErrorHandler; }): FontTypeExtractor;