UNPKG

@netlify/framework-info

Version:

Framework detection utility

6 lines (5 loc) 210 B
export declare const getDevCommands: ({ frameworkDevCommand, scripts, runScriptCommand, }: { frameworkDevCommand?: string; scripts: Record<string, string>; runScriptCommand: string; }) => string[];