UNPKG

@wocker/ws

Version:

Docker workspace for web projects

6 lines (5 loc) 192 B
import { PackageInfo } from "../types"; export declare class NpmService { getPackageInfo(name: string): Promise<PackageInfo>; install(name: string, version?: string): Promise<void>; }