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
"ts/File"
File
Class File
Hierarchy
File
<
Import
,
Export
>
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
options
:
options
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
exports
exports
(
)
:
AsyncIterableIterator
<
Export
>
Returns
AsyncIterableIterator
<
Export
>
imports
imports
(
)
:
AsyncIterableIterator
<
Import
>
Returns
AsyncIterableIterator
<
Import
>
map
map
(
options
:
ICompilerOptions
)
:
AsyncIterableIterator
<
Import
|
Export
>
Parameters
options:
ICompilerOptions
Returns
AsyncIterableIterator
<
Import
|
Export
>
to
String
to
String
(
)
:
string
Returns
string
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
"ts/
File"
File
constructor
extension
options
root
source
destination
is
Mapped
exports
imports
map
to
String
write
IOptions
read
File
write
File