Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
value: options.inputArguments.map((opt: ArgumentOptions) => new Argument(opt))
});
value: options.outputArguments.map((opts) => new Argument(opts))
});