UNPKG

@netlify/framework-info

Version:

Framework detection utility

6 lines (5 loc) 219 B
import type { PathExists } from './context.js'; export declare const getRunScriptCommand: ({ pathExists, packageJsonPath, }: { pathExists: PathExists; packageJsonPath: string; }) => Promise<"yarn" | "npm run">;