Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4498594
shell.d.ts
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
291 B
Referenced Files
None
Subscribers
None
shell.d.ts
View Options
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
Details
Attached
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)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment