UNPKG

astro

Version:

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

6 lines (5 loc) 208 B
import type { PackageManager } from '../definitions.js'; export declare class NoopPackageManager implements PackageManager { readonly name: string; getPackageVersion(): Promise<string | undefined>; }