UNPKG

astro

Version:

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

6 lines (5 loc) 217 B
import type { FontTypeExtractor } from '../definitions.js'; import type { FontType } from '../types.js'; export declare class NodeFontTypeExtractor implements FontTypeExtractor { extract(url: string): FontType; }