UNPKG

astro

Version:

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

7 lines (6 loc) 241 B
import type { OperatingSystemProvider } from '../definitions.js'; export declare class ProcessOperatingSystemProvider implements OperatingSystemProvider { #private; readonly name: NodeJS.Platform; readonly displayName: string; }