Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Vinyl
IFile
Interface IFile
Index
Properties
base
contents
cwd
path
relative
stat
Methods
clone
inspect
isBuffer
isDirectory
isNull
isStream
pipe
Properties
public
base
:
string
public
contents
:
any
public
cwd
:
string
public
path
:
string
public
relative
:
string
public
stat
:
any
Methods
public
clone
(
)
:
IFile
Returns
IFile
public
inspect
(
)
:
string
Returns
string
public
isBuffer
(
)
:
boolean
Returns
boolean
public
isDirectory
(
)
:
boolean
Returns
boolean
public
isNull
(
)
:
boolean
Returns
boolean
public
isStream
(
)
:
boolean
Returns
boolean
public
pipe
(
stream
:
T
, opts
?:
{ end?: boolean; }
)
:
T
Parameters
stream:
T
opts?:
{ end?: boolean; }
optional
Returns
T
Globals
NodeJS
Vinyl
assert
buffer
child_process
cluster
crypto
dgram
dns
domain
events
fs
http
https
net
os
path
punycode
querystring
readline
repl
stream
string_decoder
tls
tty
url
util
vinyl
vm
zlib
IFile
base
contents
cwd
path
relative
stat
clone
inspect
isBuffer
isDirectory
isNull
isStream
pipe
IFileStatic
IOptions