shlex.d.ts 86 B

123
  1. export function split(s: string): string[];
  2. export function quote(s: string): string;