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/Export"
Export
Class Export
Hierarchy
Declaration
<
Interface
>
Export
Index
Constructors
constructor
Properties
declaration
file
original
Accessors
is
Mapped
module
path
Methods
map
to
String
update
Constructors
constructor
new
Export
(
__namedParameters
:
object
)
:
Export
Parameters
__namedParameters:
object
declaration
:
T
file
:
File
|
File
rest
:
rest
Returns
Export
Properties
Protected
declaration
declaration
:
Interface
file
file
:
File
original
original
:
string
Accessors
is
Mapped
get
isMapped
(
)
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
module
get
module
(
)
:
Path
Returns
Path
path
get
path
(
)
:
string
Returns
string
Methods
map
map
(
options
:
CompilerOptions
)
:
Promise
<
boolean
>
Parameters
options:
CompilerOptions
Returns
Promise
<
boolean
>
to
String
to
String
(
)
:
string
Returns
string
Protected
update
update
(
value
:
string
)
:
void
Parameters
value:
string
Returns
void
Globals
"ts/
Export"
Export
constructor
declaration
file
original
is
Mapped
module
path
map
to
String
update
IOptions
Interface