@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/api
tsc
JsTyping
TypingResolutionHost
Interface TypingResolutionHost
interface
TypingResolutionHost
{
directoryExists
(
path
:
string
)
:
boolean
;
fileExists
(
fileName
:
string
)
:
boolean
;
readDirectory
(
rootDir
:
string
,
extensions
:
readonly
string
[]
,
excludes
:
readonly
string
[]
|
undefined
,
includes
:
readonly
string
[]
|
undefined
,
depth
?:
number
,
)
:
string
[]
;
readFile
(
path
:
string
,
encoding
?:
string
)
:
string
|
undefined
;
}
Hierarchy (
View Summary
)
TypingResolutionHost
InstallTypingHost
Index
Methods
directory
Exists
file
Exists
read
Directory
read
File
Methods
directory
Exists
directoryExists
(
path
:
string
)
:
boolean
Parameters
path
:
string
Returns
boolean
file
Exists
fileExists
(
fileName
:
string
)
:
boolean
Parameters
fileName
:
string
Returns
boolean
read
Directory
readDirectory
(
rootDir
:
string
,
extensions
:
readonly
string
[]
,
excludes
:
readonly
string
[]
|
undefined
,
includes
:
readonly
string
[]
|
undefined
,
depth
?:
number
,
)
:
string
[]
Parameters
rootDir
:
string
extensions
:
readonly
string
[]
excludes
:
readonly
string
[]
|
undefined
includes
:
readonly
string
[]
|
undefined
Optional
depth
:
number
Returns
string
[]
read
File
readFile
(
path
:
string
,
encoding
?:
string
)
:
string
|
undefined
Parameters
path
:
string
Optional
encoding
:
string
Returns
string
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
directory
Exists
file
Exists
read
Directory
read
File
@servicenow/sdk - v4.4.1
Loading...