3 lines
86 B
TypeScript
3 lines
86 B
TypeScript
export function split(s: string): string[];
|
|
export function quote(s: string): string;
|