UNPKG

packages-update

Version:

📦 A flexible and lightweight updater for packages

6 lines (5 loc) • 192 B
import { PackageSource } from '../@types/packages.js'; export declare const request: (packageName: string, hostname: string) => Promise<{ statusCode?: number; body: PackageSource; }>;