Search
Preparing search index...
The search index is not available
EF TypeScript Path Mapper
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"File"
File
Class File<I, E>
Type parameters
I
:
Declaration
E
:
Declaration
Hierarchy
File
File
File
Index
Constructors
constructor
Properties
extension
options
root
source
Accessors
destination
is
Mapped
Methods
exports
imports
map
to
String
write
Constructors
constructor
new
File
(
__namedParameters
:
object
)
:
File
Parameters
__namedParameters:
object
config
:
object
file
Names
:
string
[]
extension
:
string
options
:
CompilerOptions
path
:
string
|
Path
Returns
File
Properties
Protected
extension
extension
:
string
Protected
options
options
:
ICompilerOptions
Protected
root
root
:
Path
source
source
:
Path
Accessors
destination
get
destination
(
)
:
Path
Returns
Path
is
Mapped
get
isMapped
(
)
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
Methods
Abstract
exports
exports
(
)
:
AsyncIterableIterator
<
E
>
Returns
AsyncIterableIterator
<
E
>
Abstract
imports
imports
(
)
:
AsyncIterableIterator
<
I
>
Returns
AsyncIterableIterator
<
I
>
map
map
(
options
:
ICompilerOptions
)
:
AsyncIterableIterator
<
I
|
E
>
Parameters
options:
ICompilerOptions
Returns
AsyncIterableIterator
<
I
|
E
>
to
String
to
String
(
)
:
string
Returns
string
Abstract
write
write
(
path
?:
PathLike
|
number
, options
?:
object
|
string
|
null
)
:
Promise
<
void
>
Parameters
Optional
path:
PathLike
|
number
Optional
options:
object
|
string
|
null
Returns
Promise
<
void
>
Globals
"
File"
File
constructor
extension
options
root
source
destination
is
Mapped
exports
imports
map
to
String
write
IDerived
Options
IOptions
common
Path
Prefix