Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F9894444
util.d.ts
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
795 B
Referenced Files
None
Subscribers
None
util.d.ts
View Options
declare
module
'util'
{
type
StyleTextFormat
=
string
|
string
[];
interface
StyleTextOptions
{
validateStream?
:
boolean
;
stream?
:
unknown
;
}
function
format
(
format?
:
unknown
,
...args
:
unknown
[])
:
string
;
function
formatWithOptions
(
inspectOptions
:
unknown
,
format?
:
unknown
,
...args
:
unknown
[]
)
:
string
;
function
inspect
(
value
:
unknown
,
options?
:
unknown
)
:
string
;
function
promisify
(
fn
:
(
...args
:
unknown
[])
=>
unknown
)
:
(
...args
:
unknown
[])
=>
Promise
<
unknown
>
;
function
stripVTControlCharacters
(
str
:
string
)
:
string
;
function
styleText
(
format
:
StyleTextFormat
,
text
:
string
,
options?
:
StyleTextOptions
)
:
string
;
}
declare
module
'ant:util'
{
export
*
from
'util'
;
}
declare
module
'node:util'
{
export
*
from
'util'
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 1, 11:59 AM (12 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
587001
Default Alt Text
util.d.ts (795 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment