@o3co/ts.hocon
Preparing search index...
ParseOptions
Type Alias ParseOptions
type
ParseOptions
=
{
baseDir
?:
string
;
env
?:
Record
<
string
,
string
>
;
readFile
?:
(
filePath
:
string
)
=>
Promise
<
string
>
;
readFileSync
?:
(
filePath
:
string
)
=>
string
;
}
Index
Properties
base
Dir?
env?
read
File?
read
File
Sync?
Properties
Optional
base
Dir
baseDir
?:
string
Optional
env
env
?:
Record
<
string
,
string
>
Optional
read
File
readFile
?:
(
filePath
:
string
)
=>
Promise
<
string
>
Optional
read
File
Sync
readFileSync
?:
(
filePath
:
string
)
=>
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Dir
env
read
File
read
File
Sync
@o3co/ts.hocon
Loading...