undergroundwires/privacy.sexy

View on GitHub
src/infrastructure/CodeRunner/Execution/CommandDefinition/Commands/ShellArgument/ShellArgumentEscaper.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface ShellArgumentEscaper {
  escapePathArgument(pathArgument: string): string;
}