Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-jszip
/
jszip
/
JSZip
/
forEach
for
Each
fun
forEach
(
action
:
(
relativePath
:
String
,
file
:
JSZipObject
)
->
Unit
)
(
source
)
Call a callback function for each entry at this folder level.
Parameters
action
function