Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-jszip
/
jszip
/
OutputType
/
Companion
Companion
object
Companion
(
source
)
Members
Properties
array
Link copied to clipboard
val
array
:
OutputType
<
ReadonlyArray
<
JsUByte
>
>
arraybuffer
Link copied to clipboard
val
arraybuffer
:
OutputType
<
ArrayBuffer
>
base64
Link copied to clipboard
val
base64
:
OutputType
<
JsString
>
binarystring
Link copied to clipboard
val
binarystring
:
OutputType
<
JsString
>
blob
Link copied to clipboard
val
blob
:
OutputType
<
Blob
>
string
Link copied to clipboard
val
string
:
OutputType
<
JsString
>
text
Link copied to clipboard
val
text
:
OutputType
<
JsString
>
uint8array
Link copied to clipboard
val
uint8array
:
OutputType
<
Uint8Array
<
*
>
>