function getOpts()

in packages/web-scripts/src/index.ts [291:293]


function getOpts(cmd: Command): { [key: string]: any } {
  return cmd.opts();
}