Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-typescript
/
typescript
/
JsTyping
/
TypingResolutionHost
Typing
Resolution
Host
sealed
interface
TypingResolutionHost
(
source
)
Members
Functions
directory
Exists
Link copied to clipboard
abstract
fun
directoryExists
(
path
:
String
)
:
Boolean
file
Exists
Link copied to clipboard
abstract
fun
fileExists
(
fileName
:
String
)
:
Boolean
read
Directory
Link copied to clipboard
abstract
fun
readDirectory
(
rootDir
:
String
,
extensions
:
<Error class: unknown class>
<
String
>
,
excludes
:
<Error class: unknown class>
<
String
>
?
,
includes
:
<Error class: unknown class>
<
String
>
?
,
depth
:
Double
=
definedExternally
)
:
<Error class: unknown class>
<
String
>
read
File
Link copied to clipboard
abstract
fun
readFile
(
path
:
String
,
encoding
:
String
=
definedExternally
)
:
String
?