UNPKG

@cpmech/az-cdk

Version:
6 lines (5 loc) 180 B
export interface INPMCommands { install: string[]; build: string[]; } export declare const npmCommands: (extraBeforeTest?: string, useYarn?: boolean) => INPMCommands;