Page MenuHomePhorge

shell.d.ts
No OneTemporary

Size
291 B
Referenced Files
None
Subscribers
None

shell.d.ts

declare module 'ant:shell' {
interface ShellResult {
stdout: string;
stderr: string;
exitCode: number;
text(): string;
lines(): string[];
}
function $(strings: TemplateStringsArray, ...values: unknown[]): ShellResult;
function $(command: string): ShellResult;
}

File Metadata

Mime Type
text/plain
Expires
Sun, May 3, 7:44 AM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
538208
Default Alt Text
shell.d.ts (291 B)

Event Timeline